post https://api.sandbox.co.in/ewb/tax-payer/seller/bills//cancel
API to cancel the E-Way Bill by providing the E-Way bill number
Important Links
NOTE: Use JWT Authorization token received using e-Invoice Authentication API
Request Sample Body
{
"ewbNo": 601010206231,
"cancelRsnCode": 2,
"cancelRmrk": "Cancelled the order"
}