Delete a single object from Scaleway Object Storage
scaleway_s3_delete_objectPermanently delete a single object from a Scaleway S3 bucket. Requires explicit confirmation to avoid accidental data loss.
Instructions
PERMANENTLY delete one object. Requires confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (the full path within the bucket), e.g. 'invoices/2026-08/inv-001.pdf'. | |
| bucket | Yes | Bucket name, e.g. 'payments-backups'. | |
| region | No | Region the bucket lives in. Defaults to the server's configured region (fr-par). | |
| confirm | Yes | Must be explicitly true. Deletion is immediate and irreversible (unless the bucket has versioning enabled, which this server does not manage). |