POST
/
aml
/
ongoingMonitoring
/
removeSearchProfile
curl --request POST \
  --url https://api-umbrella.io/api/services/aml/ongoingMonitoring/removeSearchProfile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "profileId": "8dac-b5393ce5ef3a"
}'

For a usage description of the AML Ongoing Monitoring Remove Search Profile Service, please refer to the AML page.

Endpoint

POST /aml/ongoingMonitoring/removeSearchProfile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
profileId
string
required

Unique identifier for the entity profile in the system.

Example:

"8dac-b5393ce5ef3a"

Response

200
_mintlify/placeholder

Successfully removed search profile.