Start typing to search.

API Reference

Permanently delete a task

View Markdown
DELETE /api/tasks/{id}

Permanently removes the task, all its versions, and associated run history. This cannot be undone.

Operation IDdeleteTask

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Success response body

200Task permanently deleted

Task permanently deleted

Content typeapplication/json

responseobject
1 property
successboolean

Error responses

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}