Spectra Logic
1-800-833-1132 : 1-303-449-6400


Amazon S3 Operations : Amazon S3 Bucket Operations : Delete Bucket

Delete Bucket
Description
Delete a bucket. All objects contained in the bucket must be deleted prior to deleting a bucket. For tape partitions, the bucket is marked for deletion, but may not be deleted from tape until the space is needed.
See Delete Bucket for Amazon S3 operation details.
Also see Delete Bucket - Spectra S3.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/{bucket_name}/
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
§
§
Example
Sample Request
This request deletes the bucket named “bucket1”.
DELETE http://blackpearl-hostname/bucket1 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content