Todoist DeleteTask

Todoist DeleteTask

Certified

Delete Todoist task

Deletes a Todoist task permanently via /tasks/{id} DELETE. Irreversible.

yaml
type: io.kestra.plugin.todoist.DeleteTask

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

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.

Task ID

Todoist task ID to delete

Reference (ref) of the pluginDefaults to apply to this task.