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


Advanced Bucket Management Operations : Replication Target Operations : Delete DS3 Target Read Preference

Delete DS3 Target Read Preference
Description
Delete the specified DS3 replication target read preference.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/ds3_target_read_preference/{DS3 target read preference UUID}/
To determine the UUID for a DS3 target read preference, see Get DS3 Target Read Preference.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the DS3 target read preference with the UUID d196873b-e79a-4824-8f03-99fd98883ab8.
DELETE http[s]://blackpearl-hostname/_rest_/ds3_target_read_preference/d196873b-e79a-4824-8f03-99fd98883ab8 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content