delete_webhook
Delete a webhook subscription.
WHEN TO USE:
Removing a webhook that's no longer needed
Cleaning up old integrations
Removing test webhooks
RETURNS:
success: Boolean indicating success
webhook_id: The deleted webhook ID
message: Confirmation message
EXAMPLE: User: "Delete the old webhook" delete_webhook({ webhook_id: "wh_mmmpdbvj_8b7c5a59296d" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | Webhook ID to delete (wh_xxx format or legacy ObjectId) |