Skip to main content

DeleteAccessPathForBucketOfCloudStorage

Select

SaaS
Customer Managed

Disassociate a MediaAgent (cloud Access Path) from a bucket of a cloud storage

Path Parameters
  • cloudStorageId int32 required

    Id of cloud Storage

  • bucketId int32 required

    Id of Bucket

  • accessPathId int32 required

    Id of access path (can be fetched from GET Bucket Details API)

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/storage/cloud/:cloudstorageid/bucket/:bucketid/accesspath/:accesspathid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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