Delete Data Policy Description Deletes the specified data policy. Note: A data policy cannot be deleted if a bucket is using it. Requests Syntax DELETE http[s]://{datapathDNSname}/_rest_/data_policy/{data policy UUID, name, or other unique attribute}/ To determine the UUID for a data policy, see Get Data Policies. 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 with the name “policy1”. DELETE http[s]://blackpearl-hostname/_rest_/data_persistence_rule/policy1 HTTP/1.1 Sample Response HTTP/1.1 204 No Content