curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill/{ewb_no}/cancel \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 291010077005,
"cancelRsnCode": 2,
"cancelRmrk": "Cancelled the order"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"cancelDate": "01/05/2024 07:56:00 PM",
"ewayBillNo": "291010077005"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "e7da707c-76c2-4c7e-afb7-a9997d9ab5d3"
}Cancel E-Way Bill by passing E-Way Bill number and cancel reason code.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill/{ewb_no}/cancel \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"ewbNo": 291010077005,
"cancelRsnCode": 2,
"cancelRmrk": "Cancelled the order"
}
'{
"code": 200,
"data": {
"alert": null,
"data": {
"cancelDate": "01/05/2024 07:56:00 PM",
"ewayBillNo": "291010077005"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "e7da707c-76c2-4c7e-afb7-a9997d9ab5d3"
}š Only the generator can cancel the E-Way Bill.
š§ The bill can be only cancelled within 24 hrs of generation.
E-Way Bill access token
API version
API key for identification
"141011175250"
200 EWB cancelled / 312 EWB already cancelled/receiver cannot cancel EWB / 444 EWB cannot be cancelled as it is generated from NIC1
Was this page helpful?