reservation-del for reservations from JSON config
To implement Config Backend Migration #1623, the possibility of deleting host reservations from the JSON configuration is needed. The reservations will be first inserted into the database and, after that, deleted from the config file. Unfortunately, the hosts_cmds hook doesn't have any capabilities to manage the reservations from the configuration file. It supports only database entries.