ITenantRelationService DeleteTenantRelation Method CelloSaaS API Documentation
This method is used to delete the tenant relation based on the given relation identifier that may exist between tenants

Namespace: CelloSaaS.ServiceContracts.TenantManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

void DeleteTenantRelation(
	string relationId
)

Parameters

relationId
Type: System String
tenant relation id
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrows Argument Null Exception. If any mandatory argument is null or empty.
CelloSaaS.ServiceContracts.TenantManagement TenantRelationExceptionThrows Tenant Relation Exception
See Also