Connect Your AppGolangTenantdeleteTenantVersion: 2.0.0On this pagedeleteTenantDeletes a tenant.Parametersctx - The context of the request. tenantKey - The id of the tenant. This can also be the tenant key.Implementationerr := Permit.Api.Tenants.Delete(ctx, "tenantKey")