Backlog MCP Server

delete_issue

Remove an issue from Backlog by specifying its ID or key. This tool enables efficient issue management through direct API integration with Backlog project resources.

Instructions

Deletes an issue

Input Schema

NameRequiredDescriptionDefault
issueIdOrKeyYesIssue ID or issue key

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issueIdOrKey": { "description": "Issue ID or issue key", "type": [ "string", "number" ] } }, "required": [ "issueIdOrKey" ], "type": "object" }
ID: lktnbgdbjl