Skip to main content

Delete Disk Storage

Used to delete a disk storage pool

Path Parameters
  • storagePoolId int32 required

    Id of the disk storage pool to delete

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/storage/disk/:storagepoolid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
storagePoolId — path required
curl -L -X DELETE 'https://localhost/webconsole/api/V4/Storage/Disk/:storagePoolId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'