POST
/
v1
/
api
/
webhook
/
delete
curl --request POST \
  --url https://api.fillout.com/v1/api/v1/api/webhook/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "webhookId": "<string>"
}'
{}

Request

Body parameters

webhookId
string
required

The ID of the webhook you received when you created it.

{}