v1

latestOpenAPI 3.1.02026-08-04261878.5 KB

Delete Purchase Invoice

You can delete specified purchase invoice document. Partially Paid or Paid Document can't be deleted

delete/purchase-invoices/{invoice_id}

Path parameters

invoice_idstring required

Purchase Invoice UUID which want to be deleted.

Response

200

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Purchase invoice deleted successfully."
}