Skip to content

Delete A Key Party By Key Party Id

Request

Delete a key party by Id.

Security
bearerToken
Path
profileIdstring, (uuid)required

id of the profile

keyPartyIdstring, (uuid)required

id of the keyParty

curl -i -X DELETE \
  'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/keyparties/{keyPartyId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

No Content

Bodyapplication/json
statusCodeinteger, (int32)
Example:0
Response
{ "statusCode": 0 }