# Lose the ticket

The request is made when ticket is lost.

Request fields:

<table><thead><tr><th width="129">Attribute</th><th width="117">Data Type</th><th>Description</th></tr></thead><tbody><tr><td>operator</td><td>string</td><td>Name of the operator as registered on the system</td></tr><tr><td>ticket_id</td><td>string</td><td>Ticket id</td></tr></tbody></table>

Sample request:

```json
{
    "action": "ticket_lost", 
    "data": {
        "operator": "operator-code",
        "ticket_id": "1330556611374148608"
    }
}
```

Sample response:

```
Response: 200
Doesn't require any payload
```
