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

Documentation Index

Fetch the complete documentation index at: https://docs.vambe.me/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

The UUID of the task to delete

Response

Task deleted successfully

status
string
Example:

"success"