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 (10.0.0.1002)
Syntaxvoid DeleteTenant(
Guid id
)
Sub DeleteTenant (
id As Guid
)
void DeleteTenant(
Guid id
)
abstract DeleteTenant :
id : Guid -> unit
Parameters
- id
- Type: SystemGuid
The ID of the tenant to delete.
Exceptions
Remarks
When a tenant is deleted, any associated projects, sessions, accounts, and groups are also deleted.
See Also