cURL
curl --request DELETE \ --url https://api.voltview.co.uk/v1/billValidation/deleteInvoice \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a specific invoice from the system.
Supabase Auth JWT access token obtained after signing in via magic link or OTP
ID of the invoice to delete
Invoice deleted successfully