# removeTodoEntries

State Resource

This is a State Resource as provided by the tymly-cardscript-plugin plugin.

# Purpose

Removes todos for a user

# Usage

# Example

{
  "RemoveTodoEntries": {
    "Type": "Task",
    "InputPath": "$",
    "Resource": "module:removeTodoEntries",
    "Next": "DeltaReindex"
  }
}

# Options

# Optional properties

# todoIds

Holds the ID's of the todos to remove.

  • Type: array
Last Updated: 9/10/2023, 11:30:14 AM