For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete invoice attachment

Deletes an invoice attachment.

delete

Permanently removes the attachment and its file. This operation cannot be undone.

Path parameters
invoiceIdstringRequired

The ID of the invoice to which the attachment belongs.

idstringRequired

The ID of the attachment to delete.

Responses
delete
/public/v1/billing/invoices/{invoiceId}/attachments/{id}

No content

Last updated

Was this helpful?