Docs

Delete Task

DELETE /tasks/{taskId}

DELETE/tasks/{taskId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **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

FieldTypeRequiredDescription
taskIdGuidRequiredThe task to delete.