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


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

Delete Storage Domain
Description
Deletes the specified storage domain. All media assigned to the storage domain are reclaimed.
Note:
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/storage_domain/{storage domain UUID, name, or other unique attribute}/
To determine the UUID for a storage domain, see Get Storage Domains.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the storage domain with the name “sd1”.
DELETE http[s]://blackpearl-hostname/_rest_/storage_domain/sd1 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content