Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Use this endpoint to permanently delete an invoice from your merchant account. Unlike archiving, deletion cannot be undone — the invoice record and associated metadata will be removed.
Deleting an invoice is permanent and cannot be undone. If you only want to hide an invoice from active views while preserving the record, use the archive endpoint instead.

Path parameters

merchantID
string
required
The UUID of the merchant account that owns the invoice.
invoiceID
string
required
The UUID of the invoice to delete.

Response

Returns 204 No Content on success. No response body is returned.
curl --request DELETE \
  --url https://api.iterapay.com/merchants/b0fcc813-a7ce-4bbc-932f-dbef6f59ca7f/invoices/b0fcc813-a7ce-4bbc-932f-dbef6f59ca7f \
  --header 'Authorization: Bearer <token>'
(no content)