Skip to main content
DELETE
/
accounting
/
bills
/
{billId}
cURL
curl --request DELETE \
  --url https://api.maesn.dev/accounting/bills/{billId} \
  --header 'X-ACCOUNT-KEY: <x-account-key>' \
  --header 'X-API-KEY: <x-api-key>'

Documentation Index

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

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

Field support per integration

If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section.

Headers

X-API-KEY
string
required

API key

X-ACCOUNT-KEY
string
required

Account key

Path Parameters

billId
string
required

Query Parameters

companyId
string
environmentName
string

Response

200 - undefined
Last modified on May 19, 2026