Delete party
DELETE/v1/parties/:partyId
Delete a party and all associated data including relationships, documents, and verifications. This is a soft delete that maintains audit trails and compliance records.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 409
- 500
Party deleted successfully
Schema validation error (GEN000000) or Missing required "partyid" header (PAR000002) or 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)
Invalid party type (PAR009004)
Internal server error (GEN100000) or Service error (GEN100001)