---
title: "Delete trusted IBAN"
method: DELETE
path: "/v1/accounts/{account_id}/trusted_ibans/{trusted_iban_id}"
tags: ["Trusted IBANs"]
---

# Delete trusted IBAN

`DELETE /v1/accounts/{account_id}/trusted_ibans/{trusted_iban_id}`

Deletes the trusted IBAN specified in the request URL. Please note the following:<ol><li>You must submit the `person_id` of the person who added this trusted IBAN as a query parameter in this request.</li><li>This endpoint will trigger the **change request** process.</li></ol>

## Path parameters

- `account_id` string, required
- `trusted_iban_id` string, required

## Query parameters

- `person_id` string, required

## Response `202`

The trusted IBAN was successfully deleted.

- ChangeRequest
  - `id` string — ID of the change request.
  - `updated_at` string, date-time — Updation date and time
  - `status` 'ACCEPTED' | 'AUTHORIZATION_REQUIRED' | 'CONFIRMATION_REQUIRED' | 'COMPLETED' | 'FAILED' — Current status of the change request.
  - `url` string — URL to use for authorizing the change request.

## Other responses

- `204` — The trusted IBAN has already been deleted.
- `400` — Invalid request.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/account-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/account-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/account-management/revisions/099ef636a5a1/schema)
