Skip to main content
DELETE
/
storage
/
v1
/
s3
/
{path}
S3 protocol (DELETE)
curl --request DELETE \
  --url https://api.example.com/storage/v1/s3/{path} \
  --header 'Authorization: Bearer <token>'

Path Parameters

path
string
required

Standard path-style S3 path, e.g. my-bucket/object-key, my-bucket (bucket-level ops), or empty for ListBuckets.

Response

Success