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


Advanced Bucket Management Operations : Storage Domain Operations : Delete Storage Domain Member

Delete Storage Domain Member
Description
Deletes the specified storage domain member.
Note:
§
§
The storage domain member is the last remaining storage domain member with a write_preference other than NEVER_SELECT, assigned to a storage domain in use by a persistence rule.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/storage_domain_member/{storage domain member UUID or other unique attribute}/
To determine the UUID for a storage domain member, see Get Storage Domain Members.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the storage domain member with the UUID 6aaf58ad-c3f9-4f8a-aefa-11fd91640b7b.
DELETE http[s]://blackpearl-hostname/_rest_/storage_domain_member/6aaf58ad-c3f9-4f8a-aefa-11fd91640b7b HTTP/1.1
Sample Response
HTTP/1.1 204 No Content