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
- 204
- 400
- 401
- 403
- 404
- 500
- 503
Relationship removed (or already absent) — no response body
Schema validation error (GEN000000). Missing required "partyid" header (PAR000002). Party ID in header does not match party ID in path (PAR000006).
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006) or Tenant context could not be resolved (AUT001001)
External application access denied (AUT003001) or Party not in required status (PAR003001)
Party not found (PAR004001) or No open binding for the company (CRT004005)
Internal server error (GEN100000) or Service error (GEN100001)
All connector targets are currently unhealthy (CRT103001)