Skip to main content

Delete Local Storage

Select

SaaS
Customer Managed

Used to delete a local storage pool

Path Parameters
  • storagePoolId int32 required

    Id of the local storage pool to delete

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/storage/local/: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/V4/Storage/Local/:storagePoolId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'