DeleteTask​Delete​Task

Delete a task in Todoist

Permanently deletes a task from Todoist

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

Todoist API token

Your Todoist API token for authentication. Get it from https://todoist.com/app/settings/integrations/developer

Task ID

The ID of the task to delete