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