Deletes a task by ID. Caller must have manage permission on the task’s lead. The response body is empty.
curl --request DELETE \
--url https://api.lofty.com/v1.0/tasks/{taskId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.lofty.com/v1.0/tasks/{taskId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'