DeleteTask
Delete a task in Todoist
Permanently deletes a task from Todoist
yaml
type: "io.kestra.plugin.todoist.DeleteTask"Examples
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
Todoist API token
Your Todoist API token for authentication. Get it from https://todoist.com/app/settings/integrations/developer
taskId *Requiredstring
Task ID
The ID of the task to delete