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

Authorizations

Authorization
string
header
required

Enter your Fillout API key. Format: Bearer <api_key>

Body

application/json

Response

200 - application/json

Webhook removed successfully

The response is of type object.