Delete a batch of key parties

Delete a selection of key parties from a specific profile.

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

Id of the profile

Request Body schema: application/json
keyPartyIds
Array of strings <uuid>
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

delete/compliance/kyc-protect/profiles/{profileId}/keyparties
Request samples
application/json
{
  • "keyPartyIds": [
    ]
}
Response samples
application/json
{
  • "failed": [
    ],
  • "successful": [
    ]
}