curl --request DELETE \
--url http://localhost:3001/v1/ledger-account/{id} \
--header 'Authorization: Bearer <token>'Delete a ledger account.
curl --request DELETE \
--url http://localhost:3001/v1/ledger-account/{id} \
--header 'Authorization: Bearer <token>'Was this page helpful?