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.
Documentation IndexFetch the complete documentation index at: https://docs.opnform.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.opnform.com/llms.txt
Use this file to discover all available pages before exploring further.
Personal Access Token
The URL provided by Zapier to stop sending the submission data
The ID of the form for which to unsubscribe the webhook
Webhook successfully unsubscribed
Was this page helpful?