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


Access Control Operations : Access Control List Operations : Delete Data Policy ACL

Delete Data Policy ACL
Deletes the specified data policy ACL.
Note:
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/data_policy_acl/{ACL UUID or other unique attribute}
To determine the UUID for an ACL, see Get Data Policy ACLs.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the data policy ACL with the UUID 0448f895-aeb2-446f-a20d-b056a451b3b2.
DELETE http://blackpearl-hostname/_rest_/data_policy_acl/0448f895-aeb2-446f-a20d-b056a451b3b2 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content