Projects APIDELETE/api/v1/projects/{id}/phases/{phaseId}
Product availabilityAlgaPSA
Delete project phase
Deletes phase UUID under project UUID.
Path parameters
idstring <uuid>Required
Project UUID from projects.project_id.
phaseIdstring <uuid>Required
Project phase UUID from project_phases.phase_id.
Response body
Success response 200 · schema WorkV1ApiSuccess
anyOf (option 2)array of object
Response codes
204
Delete-like operation can return no content when implemented that way.
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
RBAC denied for project resource action.
404
Target resource not found.
500
Unexpected controller/service failure.