Delete task
Tasks
Delete task
Permanently deletes a task. This action cannot be undone. Accepts either a UUID or an external ID (e.g. PROJ-42).
Requires the task:update scope.
DELETE
Delete task
Authorizations
API key created in Workspace Settings → API Keys. Pass it in the Authorization header as a Bearer token, or in the X-API-Key header.
Format: el_ followed by 40 hex characters.
Path Parameters
The slug of the project.
Example:
"my-project"
UUID of the task, or its external ID (e.g. PROJ-42).
Example:
"PROJ-42"
Response
Task deleted successfully.
Example:
true