This API endpoint supports both Cancel to Reject e-Invoices.Triggering this endpoint will submit a Cancel request (only available within 72 hours of e-Invoice being created).
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
{"status":"OK","message":"","data":[{"lhdn_uin":"","invoice_number":"INV/123","status":"cancelled","message":""},{"lhdn_uin":"","invoice_number":"INV/124","status":"failed","message":"Cancellation not allowed after 72 hours"},{"lhdn_uin":"123","invoice_number":"","status":"failed","message":"Document not found. Please check UIN"}]}