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.
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.
The slug of the project.
"my-project"
UUID of the task, or its external ID (e.g. PROJ-42).
"PROJ-42"
Task deleted successfully.
true