ServerControllerUnregisterServer Method

DELETE /Server/ Unregister a server with the specified name.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpDeleteAttribute]
[ActionNameAttribute("Index")]
public HttpResponseMessage UnregisterServer(
	string name,
	Nullable<Guid> sessionId = null
)

Parameters

name
Type: SystemString
The name of the server to be unregistered.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: HttpResponseMessage
if the server was found; otherwise, .
See Also