# Delete a batch of key parties Delete a selection of key parties from a specific profile. Endpoint: DELETE /compliance/kyc-protect/profiles/{profileId}/keyparties Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) Id of the profile ## Request fields (application/json): - `keyPartyIds` (array) ## Response 200 fields (application/json): - `failed` (array) - `failed.failedItem` (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