Skip to main content
DELETE
/
account_holders
/
{id}
Delete account holder
curl --request DELETE \
  --url https://api.ledgerbeam.com/v1/account_holders/{id} \
  --header 'API-KEY: <api-key>'
This response does not have an example.

Overview

Delete an account holder and all their associated transactions. This action is permanent and cannot be undone.
  • Account Cleanup: Remove inactive or test account holders
  • Privacy Compliance: Delete account holders containing sensitive information
  • Data Management: Clean up duplicate or erroneous account holders
  • Account Closure: Permanently remove closed accounts

Important Notes

Deleting an account holder will permanently delete the account holder and ALL associated transactions. This action cannot be undone.
After deletion, the account holder and their transactions will no longer appear in any API responses or reports.

Authorizations

API-KEY
string
header
required

API key for authentication

Path Parameters

id
string
required

Account holder ID

Response

Account holder deleted successfully