curl --request DELETE \
--url https://api.questra.ai/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'Permanently deletes a webhook and all its delivery logs.
curl --request DELETE \
--url https://api.questra.ai/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Webhook deleted