Docs
Delete Task
DELETE /tasks/{taskId}
DELETE
/tasks/{taskId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Permanently deletes a task and all of its subtasks (recursively). Sibling indices are recalculated after deletion.
System-managed tasks (those with a non-null source) cannot be deleted — the request will be rejected.
Requires EventProjectManagementAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| taskId | Guid | Required | The task to delete. |