wafeq_bank_accounts_destroy
Delete a bank account permanently from Wafeq to remove outdated or incorrect records. Use this destructive endpoint when a bank account must be completely removed.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Bank Accounts ยท DELETE /bank-accounts/{id}/
Delete bank account
Endpoint for deleting an existing bank account.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |