Skip to main content

Delete a Backup Destination

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://localhost/webconsole/api
token
BackupDestinationId — path required
curl -L -X DELETE 'https://localhost/webconsole/api/V4/Plan/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'