Skip to main content

Delete Storage Pool

This operation deletes a Storage Pool.

Path Parameters
  • StoragePoolId string required
DELETE /storagepool/:storagepoolid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
StoragePoolId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/StoragePool/:StoragePoolId' \
-H 'Authtoken: <API_KEY_VALUE>'