---
title: "Remove a watchlist entry"
method: DELETE
path: "/api/v2/watchlist"
tags: ["Account Endpoints"]
---

# Remove a watchlist entry

`DELETE /api/v2/watchlist`

Remove an NFT, token, collection, or perpetual from the authenticated account's watchlist.

## Request body

- WatchlistRequest — Request body for managing a watchlist entry
  - `type` 'ITEM' | 'TOKEN' | 'COLLECTION' | 'PERPETUAL', required — Watchlist entity type
  - `chain` string — Blockchain chain slug
  - `contract_address` string — Contract address
  - `token_id` string — Token ID
  - `slug` string — Collection slug
  - `id` string — Perpetual ID

## Response `200`

Watchlist entry removed

- FavoriteResponse — Response for a favorites write operation
  - `success` boolean, required — Whether the operation succeeded

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