Skip to main content

Unlink a record from another

DELETE 

/v1/objects/:entity/:entity_id/associations/:target/:target_id

Remove the association between two records.

Only the relationship is deleted — both records survive untouched. Use this rather than deleting a record when you simply want to detach it from something.

Requires write scope on the entity you are unlinking from.

Request

Responses

Successful Response