Skip to main content

Delete Media Agent to Local Storage Path

Select

SaaS
Customer Managed

Used to delete a media agent to a local storage access path

Path Parameters
  • storagePoolId int32 required

    Id of the local storage pool whose access path has to be deleted

  • backupLocationId int32 required

    Id of the mount path whose access path has to be deleted

  • accessPathId int32 required

    Id of the mount path whose access path has to be deleted

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/storage/local/:storagepoolid/backuplocation/:backuplocationid/accesspath/:accesspathid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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