s3_delete_objects
Delete up to 1000 objects from a Backblaze B2 bucket in one request, with optional version-specific deletion and governance bypass. Use this to clean up storage or remove files in bulk.
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 | Confirm this destructive/irreversible operation. Required when the server destructive policy is 'confirm' (the default). | |
| objects | Yes | Array of objects to delete. | |
| bypassGovernance | No | If true, bypass governance-mode Object Lock retention when deleting specific versions. Requires bypassGovernance capability. |