Minctrl Docs

Delete a kanban ticket

DELETE
/kanban/tickets/{ticket_id}

Delete a kanban ticket.

Requires a valid bearer token and an active company; the ticket's project must belong to the caller's company (403 otherwise). Deletion is destructive and gated to manager-and-above (ADR-005 P4, ticket.assign capability → 403 for lower roles).

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

ticket_id*Ticket Id

Response Body

application/json

curl -X DELETE "https://example.com/kanban/tickets/string"
Empty
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}