Tasks
Delete Task
Delete a task permanently.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a task permanently.
curl -X DELETE http://localhost:3000/api/v1/tasks/clxyz789 \
-H "Authorization: Bearer <token>"
{
"message": "Task deleted successfully"
}
curl -X DELETE http://localhost:3000/api/v1/tasks/clxyz789 \
-H "Authorization: Bearer <token>"
{
"message": "Task deleted successfully"
}