---
title: "Unlink a wallet from the authenticated account"
method: DELETE
path: "/api/v2/accounts/wallets/{wallet}"
tags: ["Account Endpoints"]
---

# Unlink a wallet from the authenticated account

`DELETE /api/v2/accounts/wallets/{wallet}`

Unlink a wallet from the authenticated account using a scoped wallet token.

## Path parameters

- `wallet` string, required

## Response `200`

Wallet unlinked successfully

- WalletUnlinkResponse
  - `success` boolean, required

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Forbidden
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

[API](https://skmtc.net/opensea/apis/opensea-api.md) · [All operations](https://skmtc.net/opensea/apis/opensea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opensea/opensea-api/versions/acee8835f2ae/schema)
