Skip to main content
Removes a ticket from its document. The delete is soft: the ticket stops appearing in the document and stops being readable through the connector, but it stays recoverable from the app. Prefer set_ticket_status for work that is finished — deleting is for tickets that should never have existed.

Input

string
required
Id of the Montra ticket (UUID).

Output

boolean
required
Always true when the call succeeds.
string
required
Id of the deleted ticket.

Notes

  • Deleting an already-deleted ticket reads as not found rather than succeeding again.
  • Tickets outside the workspace this connection is bound to read as not found. See workspace binding.
  • Related: get_ticket, update_ticket.