API Reference / Contacts

DELETE /contacts/{contact_id}/relationships/{relationship_id}

Delete a relationship

Deletes a relationship between two contacts. Repeat the same request with undo=true to restore it.

Path parameters

Name Type Description
contact_id req string Contact ID
relationship_id req string Relationship ID

Query parameters

Name Type Description
undo boolean <boolean> Undo relationship deletion

Responses

200 OK

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

Related guides