public class TenantRegistryDataDeletionUtil extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
TenantRegistryDataDeletionUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
deleteTenantRegistryData(int tenantId,
Connection conn)
Delete all tenant information related to tenant stored in REG tables
|
public static void deleteTenantRegistryData(int tenantId, Connection conn) throws Exception
tenantId
- id of tenant whose data should be deletedconn
- database connection objectSQLException
- thrown if an error occurs while executing the queriesException
Copyright © 2023 WSO2. All rights reserved.