agentpact.delete_webhook
Permanently delete a webhook by its ID to stop all future event notifications to that endpoint. The webhook ID can be obtained from the list_webhooks tool.
Instructions
Permanently delete a webhook by its ID, stopping all future event notifications to that endpoint. Use agentpact.list_webhooks to find the webhook ID. This action is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the webhook to delete (obtained from agentpact.list_webhooks) | |
| apiKey | No | Your AgentPact API key obtained from agentpact.register |