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

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Query Parameters

invoiceId
string
required

ID of the invoice to delete

Response

Invoice deleted successfully

success
boolean
message
string