# Remove monitoring user from cPanel configuration This function will remove Site Quality Monitoring account data from the cPanel user's configuration. * 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. Endpoint: GET /SiteQuality/reset_config Version: 11.134.0.5 Security: BasicAuth ## Response 200 fields (application/json): - `apiversion` (integer) The version of the API. Example: 3 - `func` (string) The name of the method called. Example: "reset_config" - `module` (string) The name of the module called. Example: "SiteQuality" - `result` (object) - `result.data` (object) An object that contains the status of the account data removal from the cPanel user's configuration. - `result.data.reset` (integer) Whether the account data was removed. * - The account data was removed. * - The account data was not removed. Enum: 0, 1 - `result.errors` (array,null) List of errors if the API failed. - `result.messages` (array,null) List of messages that the API generated. - `result.metadata` (object) - `result.status` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `result.warnings` (array,null) List of warnings that the API generated. Warnings describe non-critical failures or issues the system noted while running an API function.