--- /dev/null
+{
+ "name": "statistic-remove",
+ "brief": "The statistic-remove command attempts to delete a single statistic. It takes a single string parameter called name that specifies the statistic name.",
+ "description": "See <xref linkend=\"command-statistic-remove\"/>",
+ "support": [ "kea-dhcp4", "kea-dhcp6" ],
+ "avail": "1.0.0",
+ "cmd-syntax": "{
+ \"command\": \"statistic-remove\",
+ \"arguments\": {
+ \"name\": \"pkt4-received\"
+ }
+}",
+ "cmd-comment": "If the specific statistic is found and its removal was successful, the server will respond with a status of 0, indicating success and an empty parameters field. If an error is encountered (e.g. requested statistic was not found), the server will return a status code of 1 (error) and the text field will contain the error description.",
+}
\ No newline at end of file