wafeq_bank_accounts_statement_transactions_destroy
Permanently delete a bank statement transaction from a bank account. Use this to remove incorrect or obsolete transaction records.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Bank Statement Transactions ยท DELETE /bank-accounts/{bank_account_id}/statement-transactions/{id}/
Delete bank statement transaction
Endpoint for deleting an existing bank statement 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. |