Skip to content

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.

Maintained by the OnePageCRM engineering team

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