Future<void> removeVerifiedDomain(String domainId) async { await _client.from('org_verified_domains').delete().eq('id', domainId); }