Skip to main content
DELETE
/
aml
/
monitorings
/
{id}
/
profiles
/
{profileId}
Delete AML check profile
curl --request DELETE \
  --url https://api.example.com/aml/monitorings/{id}/profiles/{profileId}/ \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

The request must contain basic auth headers where username is API key and password is API secret.
In order for you to start using our API you will need an API key and API secret.
Both can be retrieved by contacting iDenfy's support or iDenfy's sales team.

Path Parameters

id
string<uuid>
required

A UUID string identifying this AML monitoring.

profileId
string
required

resourceId from AML database search result.

Response

204

No response body