cURL
curl --request POST \ --url https://sandbox-umbrella-api.azurewebsites.net/api/services/aml/ongoingMonitoring/removeSearchProfile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "profileId": "8dac-b5393ce5ef3a" }'
AML Ongoing Monitoring Remove Search Profile Service API Documentation
/aml/ongoingMonitoring/removeSearchProfile
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully removed search profile.