- Method:
deleteTicket - Scope:
ticket:write - Transports: HTTP RPC, WebSocket RPC
- Request:
{ path } - Response:
{ path, deleted }
path: stamps a deleted_at_ms tombstone instead of removing the row, so listTickets hides it without losing history and the file-watcher never writes it back to disk. Unknown or already-deleted path returns TicketNotFound.
Errors are versioned as v1 and include InvalidRequest, Unauthorized, Forbidden, TicketNotFound, and Internal.