# removeFromServersList
Version: 4.1.0+
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).
Request example:
{
"method":"removeFromServersList",
"requestId" : "1",
"serverName": "someserver.com"
}
Response example:
{
"method": "removeFromServersList",
"requestId" : "1",
"result": true
}
Parameter description:
serverName
— the name of the server that should be deleted from the listrequestId
- unique request identifier. More details can be found here
See also: