s3_delete_objects
Delete up to 1000 objects from a Backblaze B2 bucket in a single batch, including specific versions, with optional quiet error-only responses and governance bypass.
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. |