API Overview
Authentication
Journal Entry
Ledger
Reports
Transaction
Request
Ledger
Delete a Ledger
DELETE
/
v0
/
business
/
{business_id}
/
ledger
/
{ledger_id}
Copy
Ask AI
curl --request DELETE \
--url https://api.sandbox.getasset.com/v0/business/{business_id}/ledger/{ledger_id} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
This response does not have an example.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Response
204
Successful Response
Copy
Ask AI
curl --request DELETE \
--url https://api.sandbox.getasset.com/v0/business/{business_id}/ledger/{ledger_id} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.