cURL
curl --request POST \ --url https://api.fillout.com/v1/api/webhook/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "webhookId": "<string>" }'
{}
Removes a webhook
Enter your Fillout API key. Format: Bearer <api_key>
Webhook removed successfully
The response is of type object.
object
Was this page helpful?