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.