# Deletes A Batch Of Key Party Searches Delete a batch of key parties searches Endpoint: DELETE /compliance/kyc-protect/profiles/{profileId}/keyparties/searches Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) id of the profile ## Request fields (application/json): - `items` (array) Array of objects containing key party and search IDs. - `items.keyPartyId` (string) Key party Id of the linked search. - `items.searchId` (string) Search Id of the linked key party. ## Response 200 fields (application/json): - `failed` (array,null) - `failed.failedItem` (object) - `failed.failedItem.keyPartyId` (string) key party Id of the linked search - `failed.failedItem.searchId` (string) search Id of the linked key party - `failed.error` (object) - `failed.error.type` (string,null) - `failed.error.title` (string,null) - `failed.error.status` (integer,null) - `failed.error.detail` (string,null) - `failed.error.instance` (string,null) - `successful` (array,null) ## 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"