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


Advanced Bucket Management Operations : Data Policy Operations : Delete Amazon S3 Data Replication Rule

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