Skip to main content

DeleteCloudStorageById

Select

SaaS
Customer Managed

Delete existing cloud storage

Path Parameters
  • cloudStorageId int32 required

    Id of cloud Storage

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/storage/cloud/:cloudstorageid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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