Skip to main content

Delete Backup Location of local storage

Select

SaaS
Customer Managed

Delete an existing mount path of local storage pool.

Path Parameters
  • storagePoolId int32 required

    Id of the local storage pool to whose backup location has to be deleted.

  • backupLocationId int32 required

    Id of the backup location to delete

Query Parameters
  • forceDelete boolean

    Force deletes a backup location.

Responses

Success


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

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
forceDelete — query
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Local/:storagePoolId/BackupLocation/:backupLocationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'