Deletes A Batch Of Key Party Searches

Delete a batch of key parties searches

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

Request Body schema: application/json
Array of objects

Array of objects containing key party and search IDs.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

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