Delete Data Persistence Rule Description Deletes the specified data persistence rule from a data policy. Note: A data persistence rule cannot be deleted if it is the last permanent data persistence rule for a data policy that does not require a rebuild due to degradation or if the configured isolation_level is SECURE_BUCKET_ISOLATED. Requests Syntax DELETE http[s]://{datapathDNSname}/_rest_/data_persistence_rule/{data persistence rule UUID or other unique attribute}/ To determine the UUID for a data persistence rule, see Get Data Persistence Rules. 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 persistence rule with the UUID fd1691f8-e8c5-43e9-aef7-4b8c4b21a0b5. DELETE http[s]://blackpearl-hostname/_rest_/data_persistence_rule/fd1691f8-e8c5-43e9-aef7-4b8c4b21a0b5 HTTP/1.1 Sample Response HTTP/1.1 204 No Content