Open this page in the API Guide

ServerGroupController.DeleteServerGroup Method

Delete a server group.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpDeleteAttribute("{id}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<bool> DeleteServerGroup(
	long id,
	Guid? sessionId = null
)

Parameters

id
Type: System.Int64
The ID of the server group to be deleted.
sessionId (Optional)
Type: System.Nullable<Guid>
ID of the current session.

Return Value

Type: ActionResult<Boolean>
The operation completed successfully. The payload contains a Boolean value of true if the server group was found; otherwise, false.
See Also