Delete webhook
1import { Reloop } from "reloop-email";2
3const reloop = new Reloop({ apiKey: "rl_123456789" });4
5const { webhook, webhookError } = await reloop.webhook.delete("wh_123456789");6if (webhookError) throw webhookError;1{2 "id": "wh_123456789",3 "message": "Webhook deleted successfully"4}Path Parameters
idstringRequired
Webhook ID
- Minimum length:
1
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.