---
title: "Delete Bank Account"
method: DELETE
path: "/print-mail/v1/bank_accounts/{id}"
tags: ["Bank Accounts"]
---

# Delete Bank Account

`DELETE /print-mail/v1/bank_accounts/{id}`

Delete a bank account by ID. Note that this operation cannot be undone.

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- object
  - `object` 'bank_account', required — Always `bank_account`.
  - `id` string, required — A unique ID prefixed with bank_account_
  - `deleted` true, required

## Other responses

- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `422` — Client error
- `429` — Client error
- `500` — Server error

---

[API](https://skmtc.net/postgrid/apis/postgrid-address-verification-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-address-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-address-verification-api/revisions/537d2bbc624a/schema)
