{ "access": "write", "avail": "1.6.0", "brief": [ "This command deletes a global DHCPv4 parameter from the configuration database. The server uses the value specified in the configuration file, or a default value if the parameter is not specified, after deleting the parameter from the database." ], "cmd-comment": [ "This command carries the list including exactly one name of the parameter to be deleted. The ``server-tags`` list is mandatory and it must contain exactly one server tag. Specifying an empty list, a value of ``null``, or multiple server tags will result in an error." ], "cmd-syntax": [ "{", " \"command\": \"remote-global-parameter4-del\",", " \"arguments\": {", " \"parameters\": [ ],", " \"remote\": {", " ", " },", " \"server-tags\": [ ]", " }", "}" ], "hook": "cb_cmds", "name": "remote-global-parameter4-del", "resp-syntax": [ "{", " \"result\": 0,", " \"text\": \"DHCPv4 global parameter(s) deleted.\",", " \"arguments\": {", " \"count\": 1", " }", "}" ], "support": [ "kea-dhcp4" ] }