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
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such link. |