Delete Data Policy ACL Deletes the specified data policy ACL. Note: Only administrators are allowed to delete a data policy ACL. Requests Syntax DELETE http[s]://{datapathDNSname}/_rest_/data_policy_acl/{ACL UUID or other unique attribute} To determine the UUID for a ACL, see Get Data Policy ACLs. Responses Response Elements The operation returns status only. Notable status codes: § 204: No Content (success) § 403: Access Denied § 404: Not Found 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