Remove monitoring user from cPanel configuration

This function will remove Site Quality Monitoring account data from the cPanel user's configuration.

Note:

  • This function will prevent cPanel & WHM from automatically logging the user into their Site Quality Monitoring account.
  • This function does not delete the Site Quality Monitoring account from the koality servers.
SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/SiteQuality/reset_config
Request samples
uapi --output=jsonpretty \
  --user=username \
  SiteQuality \
  reset_config
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "reset_config",
  • "module": "SiteQuality",
  • "result": {
    • "data": {
      • "reset": 1
      },
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 1,
    • "warnings": null
    }
}