Dell Technologies ECS REST API

Search (SHIFT+S)




Changes to Deactivate Bucket

Deletes the specified bucket.


Query Parameter Changes

namespaceNamespace associated. If it is null, then current user's namespace is used.
emptyBucketOptional: true | false (default). If emptyBucket=true the contents of the bucket will be emptied as part of the delete. The request will return a 202 Accepted if the bucket is not already empty and cleanup was initiated to run in the background.
The bucket will be read only during the operation. If the task successfully removes all related items the buket will be deleted. If the task is unable to remove all items or is aborted the bucket will be put back into a writable state.
Progress can be monitored through call to:
/object/bucket/{bucketName}/emtpy-bucket-status

If emptyBucket=false or not present the delete bucket operation will fail if the bucket is not empty.