Docs
Delete Task Status
DELETE /taskStatuses/{statusId}
DELETE
/taskStatuses/{statusId}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 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
| Field | Type | Required | Description |
|---|---|---|---|
| statusId | Guid | Required | The status to delete. |