Delete Invoice

DELETE /v1/invoices/:id

Permanently deletes an invoice and its associated file from storage.

Path Parameters

id string (required)

The unique ID of the invoice to delete.

Response

{
  "success": true
}

Caution

This operation is irreversible. The PDF file will be immediately removed from our Cloudflare R2 storage bucket.