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

Overview

Delete a specific transaction from your account. This action is permanent and cannot be undone.
  • Data Cleanup: Remove unwanted or duplicate transactions
  • Privacy Compliance: Delete transactions containing sensitive information
  • Account Management: Clean up test or erroneous transactions
  • Data Retention: Remove old transactions based on retention policies

Important Notes

Deleting a transaction is permanent and cannot be undone. Make sure you want to delete the transaction before making this request.
Deleted 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

Transaction ID

Response

Transaction deleted successfully