API Reference / Companies

DELETE /companies/{company_id}/linked_contacts/{contact_id}

Unlink a contact from a company

Unlinks the contact from the company. A company that still holds data cannot lose its last contact.

Path parameters

Name Type Description
company_id req string Company ID
contact_id req string <bson-id> ID of the contact to be un-linked, from the company

Responses

200 OK

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

Related guides