DELETE /Server/

Unregister a server with the specified name.
 

Request

Method Request URI
DELETE /API/Server/?name=value&sessionId=value

URI Parameters

URI Parameter Description
name The name of the server to be unregistered.
sessionId ID of the current session.

Request Body

There is no Request Body for this function.

Response

Response Body

true if the server was found; otherwise, false.