Remove a party-to-party relationship
DELETE/v1/parties/relationships/:relatedPartyId
Removes the relationship between the company party (partyId header) and the related party (relatedPartyId path). Idempotent — returns 204 whether or not a matching record exists.
Request
Responses
- 204
- 400
- 401
- 404
- 500
- 501
Relationship removed (or already absent) — no response body
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002)
Party not found — either partyId (header) or relatedPartyId (path) does not resolve to a party in this tenant (PAR004001)
Internal server error (GEN100000) or Service error (GEN100001)
Unmapped downstream fault (GEN101007).