Skip to main content
DELETE
/
v1
/
invoices
/
:id
Delete Invoice
curl --request DELETE \
  --url https://api.finepdf.dev/v1/invoices/:id
{
  "success": true
}

Path Parameters

id
string
required
The unique ID of the invoice to delete.

Response

success
boolean
True if the invoice and file were successfully deleted.
This action is irreversible. The file will be permanently removed from Cloudflare R2 storage.