Delete a status
DELETE/statuses/:status_id
Delete a contact/lead status.
A status still assigned to records cannot be deleted and returns 409 — reassign those
records first.
Request
Responses
- 200
- 401
- 403
- 404
- 409
The status 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)