LicenseProxy DeleteTenantServices Method CelloSaaS API Documentation
This method is used to delete the tenant services.

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 DeleteTenantServices(
	string[] tenantServiceMappingIds
)

Parameters

tenantServiceMappingIds
Type:  System String 
The tenant service mapping ids.
Exceptions

ExceptionCondition
[!:ServiceMappingException]Throws ServiceMappingException.
See Also