Skip to main content

Delete a task

Notice: The Tasks API is deprecated and will be removed in a future release. Please migrate to the new Cards API to avoid disruptions.

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