v1

latestOpenAPI 3.1.02026-07-22750642.5 KB
CDP Relationships

Unlink relationship

Unlink (soft-delete) a relationship. Idempotent.

delete/api/v1/cdp/relationships

Query parameters

kind'person_to_co' | 'co_to_co'

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.

relationshipTypeIdstring required

Id of the relationship type (from the relationship-types list). Fixes the role and the custom object type(s) the edge targets.

personExternalIdstring

Person externalId. Required when kind is 'person_to_co'.

customObjectExternalIdstring

Custom object externalId. Required when kind is 'person_to_co'.

parentExternalIdstring

Parent custom object externalId. Required when kind is 'co_to_co'.

childExternalIdstring

Child custom object externalId. Required when kind is 'co_to_co'.

Response

Success

removedboolean required