Connect Your AppGolangTenantdeleteTenantOn this pagedeleteTenant Deletes a tenant. Parameters ctx - The context of the request. tenantKey - The id of the tenant. This can also be the tenant key. Implementation err := Permit.Api.Tenants.Delete(ctx, "tenantKey")