Cancel E-Waybill

E-way bill can be cancelled by the generator of the e-way bill only.

E-way bill can be cancelled within 24 hours of generation of e-way bill

Request URL

POST: {{HOST}}​/einv/v2/eInvoice/ewaybill/cancel

Request Headers

PARAMETERPARAM TYPETYPEDESCRIPTION

X-Cleartax-Auth-Token

Header

String

Mandatory. The auth token generated from ClearTax user id and password.

gstin

Header

String

Users GSTIN

Request Parameters

PARAMETERSPARAM TYPETYPEDESCRIPTION

ewbNo

Body

Number

EwayBill Number

cancelRsnCode

Body

String

Reason for cancellation Enum:

DUPLICATE

DATA_ENTRY_MISTAKE

ORDER_CANCELLED

OTHERS

cancelRmrk

Body

String

Remarks

Sample Request

{
    "ewbNo": 151256807504,
    "cancelRsnCode": "DATA_ENTRY_MISTAKE",
    "cancelRmrk" : "DATA_ENTRY_MISTAKE"
}

Sample Response

{
    "ownerId": null,
    "gstin": "29AAFCD5862R000",
    "irn": "385b6129a2da705952496775e85811c3a5ff9cc4bfba53649d57162d3d4bd3c8",
    "ewbNumber": 171010278843,
    "ewbStatus": "CANCELLED",
    "errorDetails": null
}

Last updated