evidence_case_file_delete_bulk
Permanently deletes SEVERAL case files in one call. Destructive and not reversible — confirm the caseFileIds first (evidence_case_file_search) and prefer closing a case file via evidence_case_file_status_update when you only need to end…
Instructions
Permanently deletes SEVERAL case files in one call. Destructive and not reversible — confirm the caseFileIds first (evidence_case_file_search) and prefer closing a case file via evidence_case_file_status_update when you only need to end work on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| requestId | Yes | MANDATORY. UUID you generate yourself to identify THIS bulk request — it is not obtained from any other tool, and it is NOT a notification request id. The upstream API does not document what it does with the value; send a fresh UUID per batch. |