Path parameters
The UUID of the merchant account that owns the invoice.
The UUID of the invoice to delete.
Response
Returns204 No Content on success. No response body is returned.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete an invoice and its associated data. This action is irreversible — consider archiving instead if you want to preserve the record.
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)
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)