Removes a webhook
curl --request POST \ --url https://api.fillout.com/v1/api/v1/api/webhook/delete \ --header 'Content-Type: application/json' \ --data '{ "webhookId": "<string>" }'
{}
The ID of the webhook you received when you created it.