dhcp
Removes a static lease
post/dhcp/remove_static_lease
Request body
Example request
{
"hostname": "dell",
"ip": "192.168.1.22",
"mac": "00:11:09:b3:b3:b8"
}Response
OK.
{
"hostname": "dell",
"ip": "192.168.1.22",
"mac": "00:11:09:b3:b3:b8"
}OK.