Unsubscribe Webhook
This endpoint is used to unsubscribe from the webhook.
DELETE
/
external
/
zapier
/
webhook
Copy
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
}'
Authorizations
Personal Access Token
Body
application/json
Response
200
Webhook successfully unsubscribed
Copy
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
}'
Assistant
Responses are generated using AI and may contain mistakes.