IMultiTenancyServiceDeleteTenant Method |
Deletes the tenant with the specified ID.
Namespace:
Dundas.BI.AccountServices.MultiTenancy
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax DeleteItemResult DeleteTenant(
Guid id
)
Function DeleteTenant (
id As Guid
) As DeleteItemResult
DeleteItemResult^ DeleteTenant(
Guid id
)
abstract DeleteTenant :
id : Guid -> DeleteItemResult
Parameters
- id
- Type: SystemGuid
The ID of the tenant to delete.
Return Value
Type:
DeleteItemResultAn object describing the result of the operation.
Exceptions Remarks
When a tenant is deleted, any associated projects, sessions, accounts, and groups are also deleted.
See Also