Future<void> deleteRoleProfile(String roleProfileId) async { await _client.from('role_profiles').delete().eq('id', roleProfileId); }