delete_ticket
Remove a ticket from the mcptix MCP server by specifying its ID. This tool helps streamline ticket management within AI-assisted project tracking systems.
Instructions
Delete a ticket
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Ticket ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Ticket ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}