v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
SiteQuality

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 <a href="https://go.cpanel.net/5k" target="_blank">koality</a> servers.
get/SiteQuality/reset_config

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "reset_config",
  "module": "SiteQuality",
  "result": {
    "data": {
      "reset": 1
    },
    "status": 1
  }
}