Backups
Backup Destination
Delete a backup destination
This function removes a backup destination from the backup configuration file.
get/backup_destination_delete
Query parameters
idstring required
Example:11111111
The destination's ID.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "backup_destination_delete",
"reason": "OK",
"result": 1,
"version": 1
}
}