delete_webhook
Delete a webhook by its ID. Optionally scope the request to a specific team using teamId or slug.
Instructions
Delete a webhook by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook id. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |