Delete Profiles From Monitoring

Removes list of profiles from kyc monitoring

SecuritybearerToken
Request
Request Body schema: application/json
items
Array of strings or null <uuid>

The Request Items collection

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

502

Server Error

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