Future<void> deleteCertification(String certificationId) async { await _client.from('certifications').delete().eq('id', certificationId); }