# Deletes AML searches linked to a profile Deletes AML searches from a profile by profile Id and Search Id. Endpoint: DELETE /compliance/kyc-protect/profiles/{profileId}/searches Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) Id of a profile. Example: "9a7ae0c8-f473-4ab6-8dbb-03fc061630cc" ## Request fields (application/json): - `searchIds` (array) List of searches to de-link from a profile Example: ["1255eebd-7f75-4163-a8b4-ab95e8f7be74"] ## Response 200 fields (application/json): - `failed` (array) - `failed.failedItem` (string) - `failed.error` (object) - `failed.error.type` (string,null) - `failed.error.title` (string,null) - `failed.error.status` (number,null) - `failed.error.detail` (string,null) - `failed.error.instance` (string,null) - `failed.error.additionalProp1` (string) - `failed.error.additionalProp2` (string) - `failed.error.additionalProp3` (string) - `successful` (array) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected