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

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

public static void DeactivateTenantLicense(
	string tenantId
)

Parameters

tenantId
Type: System String
The Tenant Identifier for which the license to be deactivated
See Also