delete_todo
Remove a specific todo item from your task list by providing its unique identifier, using soft deletion to maintain data integrity.
Instructions
Delete a todo (soft delete)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todoId | Yes | Todo ID to delete |