ServerControllerUnregisterServer Method

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 (26.1.0.1000)
Syntax
[HttpDeleteAttribute]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<bool> UnregisterServer(
	string name,
	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: ActionResultBoolean
The operation completed successfully. The payload contains a Boolean value of if the server was found.
See Also