Skip to main content
Archive a Linear issue. By default this is non-permanent so canary-created issues do not remain active.

Tool details

FieldValue
Namelinear__delete_issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.