# Cancel Ticket Confirmation

## &#x20;Cancel Ticket Confirmation

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/bus/cancel_ticket_confirm`    &#x20;

#### Path Parameters

| Name             | Type   | Description                               |
| ---------------- | ------ | ----------------------------------------- |
| gatkey           | string | gatkey (provided by Traveloapi)           |
| etsTicketNo      | string | At That time Of Booking You Have got  PNR |
| seatNbrsToCancel | string | List seat numbers to cancel               |

{% tabs %}
{% tab title="200 " %}

```javascript
{

  "cancelChargesPercentage": "10 %",

  "totalTicketFare": "790.00",

  "totalRefundAmount": "711",

  "cancellable": true,

  "partiallyCancellable": false,

  "cancellationCharges": 79,

  "apiStatus": {

    "success": true,

    "message": "SUCCESS"

  }

}

```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "error"
}
```

{% endtab %}
{% endtabs %}
