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.
curl --request DELETE \
--url https://api.voltview.co.uk/v1/billValidation/deleteInvoice \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}