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

Overview

Delete a specific bank statement and all its associated data. This action is permanent and cannot be undone.
  • Data Cleanup: Remove unwanted or duplicate bank statements
  • Privacy Compliance: Delete statements containing sensitive information
  • Storage Management: Clean up old or processed statements
  • Account Management: Remove test or erroneous statements

Important Notes

Deleting a bank statement will permanently delete the statement and ALL associated extracted transactions. This action cannot be undone.
After deletion, the bank statement and its 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

Bank statement ID

Response

Bank statement deleted successfully