Skip to main content

DeleteCloudStorageMetadataCacheById

Select

SaaS
Customer Managed

Delete metadata cache of an existing cloud storage

Path Parameters
  • cloudStorageId int32 required

    Id of cloud Storage

  • metadataCacheId int32 required

    Id of metadata cache

Responses

Success


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

Authorization

type: apiKeyname: Authtokenin: header

Request

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