Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Delete Virtual Array

DELETE /vdc/data-services/varrays/{id}

Deletes the storage pool for the specified identifier.

idstorage pool identifier to be deleted

Required Roles

  • SYSTEM_ADMIN


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