Delete S3 object
s3_delete_objectDelete a specific object from an S3-compatible bucket by bucket and key. Missing keys are treated as success, but write access must be enabled.
Instructions
Delete an object. Requires S3_ALLOW_WRITE=true. Idempotent: missing keys (NoSuchKey/404) are treated as success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key | |
| bucket | Yes | Bucket name |