cURL
curl --request DELETE \ --url https://api.spacebring.com/billing/invoices/v1/items/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "type": "<string>" }
Delete an invoice item from 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 item.
No Content