API Reference / Statuses

DELETE /statuses/{status_id}

Delete a specific status

Deletes a contact status. Admin only. Contacts, companies and webhooks using it fall back to the lead status. The built-in lead status itself cannot be deleted.

Path parameters

Name Type Description
status_id req string Status ID

Responses

200 OK

Standard error responses: 400 · 401 · 403 · 404 · 409 · 500 — shared across the API. See Errors.

Related guides