cURL
curl --request DELETE \ --url https://api.tally.so/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{}
Deletes a webhook. If this is the last webhook for a form, the webhooks integration will also be marked as deleted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the webhook to delete
Webhook deleted successfully