--- /dev/null
+{
+ "name": "cache-remove",
+ "brief": "The cache-remove command works similarly to reservation-get command.",
+ "description": "See <xref linkend=\"command-cache-remove\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.4.0",
+ "hook": "host_cache",
+ "cmd-syntax": "{
+ \"command\": \"cache-remove\",
+ \"arguments\": {
+ \"ip-address\": \"192.0.2.1\",
+ \"subnet-id\": 123
+ }
+}
+{
+ \"command\": \"cache-remove\",
+ \"arguments\": {
+ \"duid\": \"00:01:ab:cd:f0:a1:c2:d3:e4\",
+ \"subnet-id\": 123
+ }
+}",
+}
\ No newline at end of file