Cancel IRN

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

Request Method

POST

Request Path

{{API_URL}}/api/v1/cancel-einvoice/

Request Headers

Parameter
Value
Description

Authorization/api_key

api_key/auth token

Value and header type is mentioned in the Authentication Page

Request Body

The request body description for the API can be found here.

Sample Request

{
    "user_gstin": "XXXXXXXXXXXXXXX",
    "irn": "ac58d64d47b8816e444deb35c27477dea18d630a34e3c2f59a2aa0e86c70629a",
    "cancel_reason": "1",
    "cancel_remarks": "Wrong entry",
    "ewaybill_cancel": ""
}

Response Body

200 (OK)

The response description for the API can be found here.

Sample Response

204 (Invalid Parameters)

Last updated