Skip to main content
DELETE
/
api
/
public
/
tasks
/
{id}
Delete a task
curl --request DELETE \
  --url https://api.example.com/api/public/tasks/{id}
{
  "status": "success"
}

Path Parameters

id
string<uuid>
required

The UUID of the task to delete

Response

Task deleted successfully

status
string
Example:

"success"