evidence_group_delete_bulk
Permanently deletes SEVERAL evidence groups of one case file in one call. Destructive — prefer evidence_group_discard for a single group, and never delete sealed groups that back issued reports.
Instructions
Permanently deletes SEVERAL evidence groups of one case file in one call. Destructive — prefer evidence_group_discard for a single group, and never delete sealed groups that back issued reports. Requires: caseFileId + the evidenceGroupIds to delete (evidence_group_search to find them).
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. | |
| caseFileId | Yes | MANDATORY. UUID of the parent case file. Obtain from evidence_case_file_create. |