cURL
curl --request DELETE \ --url https://api.example.com/storage/v1/s3/{path} \ --header 'Authorization: Bearer <token>'
Dispatched to DeleteObject / DeleteBucket / AbortMultipartUpload based on path and query.
Standard path-style S3 path, e.g. my-bucket/object-key, my-bucket (bucket-level ops), or empty for ListBuckets.
my-bucket/object-key
my-bucket
Success