Skip to main content
Version: v1.0.0(int)

E042: Unlink contact from entity

DELETE /api/contact-links/:id

Removes a contact-to-entity association without deleting the contact. Triggered from Customer or Vendor detail.

Authentication

Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.

Request

No body. Removes the link only; the contact row is unaffected.

Response — 200 OK

{ "deletedId": "uuid" }

Echo of the deleted link's id.

Errors

HTTPcodeCondition
404not_foundNo such link.

Workflow

Calls W042 Unlink contact from entity.