LicenseProxy DeleteTenantService Method CelloSaaS API Documentation
This method is used to delete tenant service for given tenantServiceMappingId.

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 DeleteTenantService(
	string tenantServiceMappingId
)

Parameters

tenantServiceMappingId
Type: System String
Tenant Service Mapping Id
Exceptions

ExceptionCondition
[!:ServiceMappingException]Throws ServiceMappingException.
See Also