URL Variablen
Name | Beschreibung |
---|---|
vmid | Identifier der VM (fünfstellige Zahl) |
Body Parameter (application/x-www-form-urlencoded)
Name | Format | Beschreibung | Optional |
---|---|---|---|
backup_id | String | Backup-ID des Backups |
Response (application/json)
{
"status": "success",
"requestID": "8a2d75a3-2624-42c6-846f-f8697650ce85",
"message": "VM backup deleted",
"data": null
}
cURL
curl "https://live.fireapi.de/vm/:vmid/backup/delete" -X DELETE -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"
Anfrage testen