Delete todo/task
delete_todoRemove a specific task from your Firestore todo list by providing its unique identifier to manage your tasks effectively.
Instructions
Delete a todo item from the user's Firestore 'todos' collection by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the todo to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deletedId | Yes | ID of the deleted todo item |