config.reset

The config.reset command is used to reset customizations to a configuration group. The configuration of the group will be reset to the default values, and in most cases the values will be erased.

TR50 Request

{
   "cmd":{
      "command":"config.reset",
      "params":{
         "group":"retention"
      }
   }
}

Request Parameters

Name
Type
Required Description
group String Yes The config group key.

TR50 Response

If the command is sent successfully a success message is returned. Otherwise, an error and error message will be returned.

{
  "cmd": {
    "success": true
  }
}