delete_webhook
Remove a webhook with a two-step draft and confirm process to prevent accidental deletion. Only executes after confirmation.
Instructions
Delete a webhook. Destructive — uses draft+confirm.
Two-call flow:
delete_webhook(id=...)returns adraft_idplus a preview of which webhook is about to go away.delete_webhook(id=..., confirm_draft_id=<draft_id>)actually issueswebhookDeleteagainst Linear.
Drafts expire after 1 hour (override with
LINEAR_MCP_DRAFT_TTL_SECONDS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| workspace | No | ||
| confirm_draft_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||