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

W042: Unlink contact from entity

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

Steps

  1. Load the link. Call Contacts.getLinkById.

  2. Unlink. Call Contacts.unlink(linkId).

Returns

Nothing.

Business rules

  • The contact survives. Unlinking removes the association only; the contact itself stays in the pool and may still be linked to other entities.

Errors

  • NotFoundError. The link was not found.