Tool details
Playground
Input schema
input-schema.json
Documentation Index
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.
| Field | Value |
|---|---|
| Name | linear__delete_issue |
| Group | Integrations |
{
"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."
}