IMultiTenancyServiceDeleteTenant Method |
Deletes the tenant with the specified ID.
Namespace: Dundas.BI.AccountServices.MultiTenancyAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDeleteItemResult DeleteTenant(
Guid id
)
Function DeleteTenant (
id As Guid
) As DeleteItemResult
DeleteItemResult^ DeleteTenant(
Guid id
)
abstract DeleteTenant :
id : Guid -> DeleteItemResult Parameters
- id Guid
- The ID of the tenant to delete.
Return Value
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