---
title: "Remove a bank destination"
method: DELETE
path: "/api/v2/wallet/withdrawal-recipients/{recipient_id}"
tags: ["Withdrawals"]
---

# Remove a bank destination

`DELETE /api/v2/wallet/withdrawal-recipients/{recipient_id}`

Soft-removes a saved destination. Withdrawals already requested against it are unaffected.

## Path parameters

- `recipient_id` string, required

## Query parameters

- `user_id` string, required

## Response `200`

Removed.

- object
  - `removed` boolean

## Other responses

- `404` — `not_found` — no active recipient with that id for this user, or `connection_not_found`.

---

[API](https://skmtc.dev/agentcard/apis/agentcard-api.md) · [All operations](https://skmtc.dev/agentcard/apis/agentcard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentcard/agentcard-api/revisions/638d12c8303f/schema)
