Skip to main content

Remove a party relationship

DELETE 

/v1/parties/:partyId/relationships/:relatedPartyId

Required States: ACTIVE

Removes the relationship between partyId (company) and relatedPartyId (the related individual). Idempotent — returns 204 whether or not the relationship existed.

Requires a bearer token whose subject matches the partyid header and the partyId path parameter.

Request

Responses

Relationship removed (or already absent) — no response body