Unlink relationship
Unlink (soft-delete) a relationship. Idempotent.
Authorizations
Organization API key, sent as Authorization: Bearer boom_org_....
Query Parameters
Edge kind. 'person_to_co' (default) links a person to a custom object; 'co_to_co' links a parent custom object to a child custom object.
person_to_co, co_to_co Id of the relationship type (from the relationship-types list). Fixes the role and the custom object type(s) the edge targets.
1 - 255Person externalId. Required when kind is 'person_to_co'.
1 - 255Custom object externalId. Required when kind is 'person_to_co'.
1 - 255Parent custom object externalId. Required when kind is 'co_to_co'.
1 - 255Child custom object externalId. Required when kind is 'co_to_co'.
1 - 255Response
Success