Skip to main content

Delete Storage Policy Copy

This operation deletes a storage policy copy.

Path Parameters
  • storagePolicyId string required
  • copyId string required
Header Parameters
  • Accept string required
Responses

OK


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

Authorization

type: apiKeyname: Authtokenin: header

Request

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