---
title: "Delete a customer profile bank account"
method: DELETE
path: "/{customer_profile_id}/bank_accounts/{bank_account_id}"
---

# Delete a customer profile bank account

`DELETE /{customer_profile_id}/bank_accounts/{bank_account_id}`

[Available in Sandbox/Production environment] Deletes the bank account information for a customer profile

## Path parameters

- `customer_profile_id` string, required
- `bank_account_id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- union
  - object[]
    - `id` integer — Customer profile bank account ID.
    - `account_no` string — Bank account number.
    - `account_holder_name` string — Name of the bank account holder.
    - `updated_at` string — Timestamp when the bank account was last updated.
    - `bank_id` integer — Bank ID.
    - `bank_abbrev` string — Bank abbreviation.
    - `disabled` boolean — Whether the customer profile bank account is disabled.
    - `verification_status` string — Customer profile bank account's verification status.
    - `verified` boolean — Indicates whether the bank account is verified.
  - object[]
    - `id` integer — Customer profile bank account ID.
    - `bank_abbrev` string — Bank abbreviation.
    - `account_no` string — Bank account number.
    - `account_holder_name` string — Name of the bank account holder.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/revisions/9ceee2969aeb/schema)
