cURL
curl --request DELETE \ --url https://api.deck.co/v2/tasks/{task_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "deleted": true, "request_id": "<string>" }
Permanently deletes a task.
Secret key (sk_live_...)
Unique identifier for the task (prefixed with task_).
task_
OK
Confirmation object returned after a successful deletion.
ID of the deleted task.
Always task.
task
Always true for successful deletions.
true
Unique identifier for the API request. Include this when contacting support.
Was this page helpful?