cURL
curl --request DELETE \ --url https://app.usequeue.com/api/v1/invoices/{invoice_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
true