Skip to main content

Delete ServerPlan's BackupDestination

Delete Backup Destination for a Plan

Path Parameters
  • planId int32 required

    Id of the Plan to modify

  • BackupDestinationId int32 required

    Id of the backupDestination to be deleted

Responses

Success


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

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
planId — path required
BackupDestinationId — path required
curl -L -X DELETE 'https://localhost/webconsole/api/V4/ServerPlan/:planId/BackupDestination/:BackupDestinationId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'