Skip to main content

Deleting a Storage Array

Select

SaaS
Customer Managed

Deleting a Storage Array

Path Parameters
  • arrayId int32 required
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/storagearrays/:arrayid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
arrayId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/StorageArrays/:arrayId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'