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


Advanced Bucket Management Operations : Data Policy Operations : Delete DS3 Data Replication Rule

Delete DS3 Data Replication Rule
Description
Delete the specified DS3 data replication rule from a data policy.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/ds3_data_replication_rule/
{data persistence rule UUID or other unique attribute}/
To determine the UUID for a DS3 data replication rule, see Get DS3 Data Replication Rules.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the DS3 data replication rule with the UUID 2b44efc8-02f9-48b0-bd4d-5e8033333e18.
DELETE http[s]://blackpearl-hostname/_rest_/ds3_data_replication_rule/2b44efc8-02f9-48b0-bd4d-5e8033333e18
HTTP/1.1
Sample Response
HTTP/1.1 204 No Content