Future<void> deleteSsoConfig(String orgId) async { await _client.from('org_sso_configs').delete().eq('org_id', orgId); }