Skip to main content
DELETE
/
invoices
/
{invoice_id}
Delete Invoice
curl --request DELETE \
  --url https://app.usequeue.com/api/v1/invoices/{invoice_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.usequeue.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

invoice_id
string
required

Response

200 - application/json

Successful response

success
boolean
Example:

true