s3_delete_objects
Remove up to 1000 objects from a Backblaze B2 bucket in a single call, including specific versions. Solves batch cleanup without exceeding concurrency limits.
Instructions
Delete multiple objects from a B2 bucket with bounded SDK concurrency (up to 1000 objects).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiet | No | If true, only return errors (not successes) in the response. | |
| bucket | Yes | The bucket name. | |
| confirm | No | Fallback confirmation for this destructive/irreversible operation when the effective server destructive policy is 'confirm' and MCP elicitation cannot run. | |
| objects | Yes | Array of objects to delete. | |
| bypassGovernance | No | If true, bypass governance-mode Object Lock retention when deleting specific versions. Requires bypassGovernance capability. |