removeFromServersList
Less than 1 minute
removeFromServersList
Description: delete the server from the list of servers. v4.1.0+
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- a unique request identifier. You can find more details about it here.
See also: