Delete Virtual Array
DELETE /vdc/data-services/varrays/{id}
Deletes the storage pool for the specified identifier.
id | storage pool identifier to be deleted |
Required Roles
Request Payload
No Request Payload
Response Body
Response indicating Success or Failure to delete storage pool
Examples
Request
DELETE https://192.168.0.0:4443/vdc/data-services/varrays/urn:storageos:VirtualArray:82cf257b-0782-433c-92ca-2ee6161b917e: HTTP/1.1
Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Request
DELETE https://192.168.0.0:4443/vdc/data-services/varrays/urn:storageos:VirtualArray:82cf257b-0782-433c-92ca-2ee6161b917e.json HTTP/1.1
Content-Type: application/json
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Request
curl -H $token -H "Content-Type: application/xml" -X DELETE https://$nodeIp:4443/vdc/data-services/varrays/urn
Response
HTTP/1.1 200 OK