Future<void> deleteWebhook(String webhookId) async { await _client.from('org_webhooks').delete().eq('id', webhookId); }