cURL
curl --request DELETE \ --url https://api.gcore.com/storage/provisioning/v3/storages/{storage_id}/buckets/{bucket_name} \ --header 'Authorization: <api-key>'
This response has no body data.
Removes a bucket from an S3-compatible storage. All objects in the bucket will be deleted.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Storage ID
Bucket name
Was this page helpful?