Skip to main content

Delete Backup Destination of Commserve DR backup

Select

SaaS
Customer Managed

Delete DR Backup Destination for Commserve DR backup

Path Parameters
  • BackupDestinationId int32 required

    Id of the backupDestination to be deleted

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/drbackup/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/DRBackup/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'