{ "access": "write", "avail": "1.6.0", "brief": [ "This command deletes an IPv4 subnet by ID from the configuration database." ], "cmd-comment": [ "This command includes a list with exactly one ID of the subnet to be deleted. The ``server-tags`` parameter must not be specified for this command." ], "cmd-syntax": [ "{", " \"command\": \"remote-subnet4-del-by-id\",", " \"arguments\": {", " \"subnets\": [", " {", " \"id\": ", " }", " ],", " \"remote\": {", " ", " }", " }", "}" ], "hook": "cb_cmds", "name": "remote-subnet4-del-by-id", "resp-syntax": [ "{", " \"result\": 0,", " \"text\": \"1 IPv4 subnet(s) deleted.\",", " \"arguments\": {", " \"count\": 1", " }", "}" ], "support": [ "kea-dhcp4" ] }