cURL
curl --request DELETE \ --url https://api.opnform.com/external/zapier/webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "hookUrl": "<string>", "form_id": 123 }'
This endpoint is used to unsubscribe from the webhook.
Personal Access Token
Webhook successfully unsubscribed