cURL
curl --request DELETE \ --url https://api.fathom.ai/external/v1/webhooks/{id} \ --header 'X-Api-Key: <api-key>'
Delete a webhook.
Include your API key in the X-Api-Key header of every request.
X-Api-Key
The ID of the webhook to delete.
The webhook was deleted successfully.