cURL
curl --request DELETE \ --url https://api.formo.so/api/webhooks \ --header 'x-api-key: <api-key>'
{ "isSuccess": true, "data": { "message": "Webhook unsubscribed successfully" } }
Remove a webhook subscription
webhookId
targetUrl
The unique identifier of the webhook subscription
The URL that receives webhook events
Successfully unsubscribed from webhook
true
Show child attributes