Delete a stage
DELETE/stages/:stage_id
Delete a lifecycle stage.
A stage that is still in use — records sitting in it, or a workspace setting pointing at it
(such as the stage assigned to new contacts) — cannot be deleted and returns 409. Move the
records to another stage first.
Request
Responses
- 200
- 401
- 403
- 404
- 409
The stage was deleted
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)
The request conflicts with the current state (e.g. the requested slot is not available)