v1
latestOpenAPI 3.1.02026-08-04261878.5 KBDelete 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
Example response
{
"status": "success",
"message": "Purchase invoice deleted successfully."
}