ILicenseService DeactivateTenantLicense Method CelloSaaS API Documentation
Deactivates the given tenant's subscription by modifying the Validity End Date to now

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

void DeactivateTenantLicense(
	string tenantId
)

Parameters

tenantId
Type: System String
Tenant identifier
See Also