---
title: "Clear NFT profile picture"
method: DELETE
path: "/api/v2/profile/nft-pfp"
tags: ["Account Endpoints"]
---

# Clear NFT profile picture

`DELETE /api/v2/profile/nft-pfp`

Clear the authenticated wallet's NFT profile picture. This operation is idempotent: it returns 200 with `success=false` when no NFT profile picture was set, and `success=true` when one was cleared.

## Response `200`

NFT profile picture cleared

- ClearNftPfpResponse — Response for clearing the NFT profile picture
  - `success` boolean, required — Whether the NFT profile picture was cleared

## Other responses

- `400` — Bad Request
- `401` — Invalid or missing API key
- `403` — Wallet token lacks permission for this request
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[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)
