Delete an existing scheduled backup for a specific virtual server (VM). Ensure you have removed dependencies or that the backup is no longer needed before deleting. The endpoint returns an ID that can be used to track the operation.
vmid integer · min: 1 required Example Unique vmid identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/vm/{vmid}/backup-schedules curl -X DELETE "https://cloud.hostup.se/api/vm/5596/backup-schedules" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string"
}
}