i’m php dev beginner.
i want remove mac-address on ip-binding.
this code in terminal
//ip hotspot ip-binding remove number=[find mac-address=22:22:22:22:22:22]
in scripting api
$API->write(‘/ip/hotspot/ip-binding/remove’,false);
$API->write(‘=numbers=[find/mac-address=’.$mac.‘]’);
$isitem = $API->read();
but can’t remove . delete $mac use 22:22:22:22:22:22 can’t too.
help me . thank you for answer.