Skip to main content

Delete a task

Use this endpoint to permanently delete a task. Please note that once a task is deleted, the action cannot be reversed, and all associated data will be lost.

Parameters

No parameters.

Returns

Returns an empty response.

delete
/api/tasks/{id}
curl -X DELETE https://{workspace}.kitchen.co/api/tasks/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
null