Skip to main content
PATCH
/
billing
/
invoices
/
v1
/
{id}
/
void
Void an invoice
curl --request PATCH \
  --url https://api.spacebring.com/billing/invoices/v1/{id}/void \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Headers

spacebring-network-id
string<uuid>

The id of the network. Required when using bearer token authentication

Path Parameters

id
string<uuid>
required

The id of an invoice.

Response

No Content