DELETE
/
external
/
zapier
/
webhook
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": "<string>"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
hookUrl
string
required

The URL provided by Zapier to stop sending the submission data

form_id
string
required

The ID of the form for which to unsubscribe the webhook