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


Access Control Operations : Access Control List Operations : Delete Bucket ACL

Delete Bucket ACL
Deletes the specified bucket ACL.
Notes:
§
§
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/bucket_acl/{ACL UUID or other unique attribute}
To determine the UUID for an ACL, see Get Bucket ACLs.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the bucket ACL with the UUID d5854e48-7226-4c06-ab11-15489e917176.
DELETE http://blackpearl-hostname/_rest_/bucket_acl/d5854e48-7226-4c06-ab11-15489e917176 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content