Skip to main content
DELETE
Remove a bill

Authorizations

Authorization
string
header
required

User bearer credential: either a Cognito JWT or an ak_ user API key. Backend integrators using HMAC must include the user API key alongside the three HMAC headers on user-scoped endpoints.

Path Parameters

billId
string
required

The bill ID

Response

Response for status 200

id
string
required

Unique identifier for the deleted bill

Example:

"bill_abc123"

deleted
enum<boolean>
required

Always true for a deleted bill response

Available options:
true