---
title: "Remove monitoring user from cPanel configuration"
method: GET
path: "/SiteQuality/reset_config"
tags: ["SiteQuality"]
---

# Remove monitoring user from cPanel configuration

`GET /SiteQuality/reset_config`

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.

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object — An object that contains the status of the account data removal from the cPanel user's configuration.
      - `reset` 0 | 1 — Whether the account data was removed. * `1` - The account data was removed. * `0` - The account data was not removed.
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages that the API generated.
    - `metadata` object
    - `status` 0 | 1 — * `1` — Success. * `0` — Failed. Check the `errors` field for more details.
    - `warnings` string[], nullable — List of warnings that the API generated. Warnings describe non-critical failures or issues the system noted while running an API function.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/revisions/632e2f8e6d04/schema)
