fathom_delete_webhook
Remove a webhook subscription from Fathom to stop future notifications to that endpoint. Provide the webhook ID to permanently delete it.
Instructions
Delete an existing webhook from Fathom.
This tool removes a webhook subscription, stopping all future notifications to that endpoint.
Args:
id (string, required): The ID of the webhook to delete
Returns: Confirmation of successful deletion.
Examples:
Delete webhook: { id: 'ikEoQ4bVoq4JYUmc' }
Notes:
This action cannot be undone
The webhook will immediately stop receiving notifications
Any pending notifications may still be delivered
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the webhook to delete |