Connect Your AppNodeJSTenantdeleteTenantVersion: 2.0.0On this pagedeleteTenantDeletes a tenant.ParameterstenantId - The id of the tenant. This can also be the tenant key.Implementationconst response = await permit.api.deleteTenant(tenantId);