Permanently deletes a one-off invoice draft. This cannot be undone. Attempts to delete invoices that are no longer in a draft state will fail; once an invoice has been finalized or if an invoice is for a subscription, it must be voided.
Functions
Utilities: Send Webhook
Generic function to send a webhook.
Stripe: Void an Invoice
Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to deletion, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.
Stripe: Search Invoices
Search for invoices you’ve previously created using Stripe’s Search Query Language. Don’t use search in read-after-write flows where strict consistency is necessary.
https://docs.stripe.com/search#search-query-language
Stripe: Retrieve an Invoice
Retrieves the invoice with the given ID.