Delete Invoice 🗑️
Overview
This endpoint allows you to delete an invoice from your Vupiy account using a DELETE request.
Endpoint
Send a DELETE request to the following endpoint:
DELETE https://api.vupiy.co.uk/invoice
In the request body:
{
"apiKey": "YOUR_API_KEY",
"secretKey": "YOUR_SECRET_KEY",
"invoiceId" : "invoiceId"
}