wafeq_bank_accounts_ledger_transactions_destroy
Delete a bank ledger transaction permanently. Use this to remove an incorrect or obsolete record from a specified bank account's ledger.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Bank Ledger Transactions ยท DELETE /bank-accounts/{bank_account_id}/ledger-transactions/{id}/
Delete bank ledger transaction
Endpoint for deleting an existing bank ledger transaction.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| bank_account_id | Yes | ||
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |