Docs
Delete Phase
DELETE /phases/{phaseId}
DELETE
/phases/{phaseId}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 phase. Cannot delete a phase that has tasks assigned to it. Reassign tasks to a different phase (or remove the phase assignment) before deleting.
Requires EventProjectManagementAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| phaseId | Guid | Required | The phase to delete. |