Deletes AML searches linked to a profile

Deletes AML searches from a profile by profile Id and Search Id.

SecuritybearerToken
Request
path Parameters
profileId
required
string

Id of a profile.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
Request Body schema: application/json
required
searchIds
Array of strings

List of searches to de-link from a profile

Responses
200

Success

400
401
403
404
409

Conflict

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