Billing
Cancel top-up invoice
Cancel/void an unpaid top-up invoice. Only invoices in open state can be cancelled.
delete/api/v1/billing/drawdown/topup/{invoiceId}
Path parameters
invoiceIdstring required
The Stripe invoice ID to cancel
Response
No Content
Changes
Changed in 1 of the 48 revisions of this API.1
- ○
the security scope
billing:writewas added to the endpoint's security schemebearerAuthapi-security-scope-added
- ○