Linear MCP Server

delete_issue

Delete an existing Linear issue

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or key of the issue to delete

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or key of the issue to delete", "type": "string" } }, "required": [ "issueId" ], "type": "object" }