Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Archive a Linear issue. By default this is non-permanent so canary-created issues do not remain active.
linear__delete_issue
{ "type": "object", "properties": { "id": { "type": "string", "description": "Issue ID" }, "permanentlyDelete": { "type": "boolean", "description": "Whether to permanently delete the issue. Defaults to false (archive)." } }, "required": [ "id" ], "description": "Input schema for the linear__delete_issue tool." }