Global API
...
Invoice
Invoice - Stripe

Delete Draft

2min

Only a draft invoice can be deleted in Stripe. The following is an example of a request to delete a draft invoice in Stripe. The ID of the draft Invoice you want to delete and the Processor ID is required.

Field Name

Data Type

Description

invoice_id*

String

Id of the Invoice in your connected processor.

processorId*

String

Account Id of the connected Processor

Note: You can only delete one record at a time

The response will confirm the deletion of the draft invoice.

Request
Response