Skip to main content

Delete backup destination

Select

SaaS
Customer Managed

Delete Backup Destination. If trying to delete primary backup destination which is not associated with any plan, it will delete all secondary copies also.

Path Parameters
  • BackupDestinationId int32 required

    Id of the backupDestination to be deleted

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/plan/backupdestination/:backupdestinationid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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