BillingInvoices

Delete Invoice

Delete an invoice by ID

DELETE
/shipos/invoices/{invoice_id}
x-access-token<token>

In: header

Path Parameters

invoice_id*string

The ID of the invoice to delete

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/shipos/invoices/string"
{  "success": true}