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