cURL
curl --request DELETE \ --url https://api.spacebring.com/billing/invoices/v1/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "type": "<string>" }
Delete a draft invoice.
invoices
See our authentication documentation for how to authorize your requests
The id of the network. Required when using bearer token authentication
The id of an invoice.
No Content