Cancel IRN

This API is used for cancelling an e-Invoice within stipulated time by passing the IRN.

Validations

  • IRN can be cancelled within 24 hours of IRN generation.
  • IRN cannot be cancelled, if the Valid/Active E-way Bill exists for the same.
  • Cancellation can be done by active or suspended taxpayers.

Important Links

Run in Postman

Body Params

JSON corresponding to the "Data" element below

{
  "Irn":"a5c12dca80e743321740b001fd70953e8738d109865d28ba4013750f2046f229",
  "CnlRsn":"1",
  "CnlRem":"Wrong entry"
}
string
required

encoded string of encrypted Cancel e-invoice JSON using Sek.

Headers
string
required

GSTIN of the authenticated user

string

(Optional) Supplier GSTIN, only in case E Comm. operator is cancelling the IRN

string
required

User name of the authenticated user

string
required

Authentication token returned by the E-Invoice system

Responses

405

Method not allowed

500

Internal Server Error

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json