
Todoist DeleteTask
CertifiedDelete Todoist task
Todoist DeleteTask
Certified
Delete Todoist task
Deletes a Todoist task permanently via /tasks/{id} DELETE. Irreversible.
yaml
type: io.kestra.plugin.todoist.DeleteTaskExamples
Delete a task by ID
yaml
id: todoist_delete_task
namespace: company.team
tasks:
- id: delete_task
type: io.kestra.plugin.todoist.DeleteTask
apiToken: "{{ secret('TODOIST_API_TOKEN') }}"
taskId: "7498765432"
Properties
apiToken *Requiredstring
Provide Todoist API token
Personal API token sent as Bearer auth to Todoist API v1. Keep it in a Kestra Secret; required for all Todoist tasks.
taskId *Requiredstring
Task ID
Todoist task ID to delete
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.