Docs

Delete Task Status

DELETE /taskStatuses/{statusId}

DELETE/taskStatuses/{statusId}

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 status definition. Cannot delete a status that is currently assigned to any task or mapped to an advance task status. Reassign tasks to a different status before deleting.

Requires EventProjectManagementAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
statusIdGuidRequiredThe status to delete.