Skip to main content

Delete a Storage Policy

Select

SaaS
Customer Managed

This operation deletes a storage policy.

Path Parameters
  • storagePolicyId string required
Responses

OK


Schema
  • responseType integer
  • error object
  • errorCode integer
DELETE /v2/storagepolicy/:storagepolicyid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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