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

Supabase Auth JWT access token obtained after signing in via magic link or OTP

Query Parameters

invoiceId
string
required

ID of the invoice to delete

Response

Invoice deleted successfully

success
boolean
message
string