ITenantRelationService DisassociateTenantRelationShip Method (String, String) CelloSaaS API Documentation
This method is used to disassociate the tenant relation ship between the given parent and child tenants

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

void DisassociateTenantRelationShip(
	string parentTenantId,
	string childTenantId
)

Parameters

parentTenantId
Type: System String
The parent tenant id.
childTenantId
Type: System String
The child tenant 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