ITenantsProviderDeleteRecord Method

Deletes a tenant specified by its ID.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
void DeleteRecord(
	Guid tenantId
)

Parameters

tenantId
Type: SystemGuid
The tenant ID.
Exceptions
ExceptionCondition
NotFoundExceptionA tenant with the given ID does not exist.
NotSupportedExceptionThe operation is not supported.
Remarks
Note Notes to Implementers
Implementations of this method may, at the developer's option, throw any of the listed exceptions. However, the system does not rely on those exceptions being thrown in order to function properly.
See Also