Skip to main content
DELETE
/
v1
/
billValidation
/
deleteInvoice
Delete invoice
curl --request DELETE \
  --url https://api.voltview.co.uk/v1/billValidation/deleteInvoice \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

VoltView API key

Query Parameters

invoiceId
string
required

ID of the invoice to delete

Response

Invoice deleted successfully

success
boolean
message
string