Docs

Delete Phase

DELETE /phases/{phaseId}

DELETE/phases/{phaseId}

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 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

FieldTypeRequiredDescription
phaseIdGuidRequiredThe phase to delete.