# removeFromServersList

Description

Delete the server from the list of servers.

The command is used to delete the server from the list of servers to which the application previously tried to connect (both successfully and unsuccessfully).

void removeFromServersList(string sServerName)

Parameters

Name Description
sServerName The name of the server that should be deleted from the list

Response example

{
    "method": "removeFromServersList",
    "requestId" : "1",
    "result": true
}

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025