ProjectControllerDeleteDefaultTenantProject Method

Deletes a default tenant project.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax
[HttpDeleteAttribute("TenantDefault/{tenantId}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(405)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult DeleteDefaultTenantProject(
	Guid tenantId,
	Guid? sessionId = null
)

Parameters

tenantId
Type: SystemGuid
The ID of the tenant whose default project should be deleted.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: ActionResult
See Also