---
title: "Remove From Watchlist"
method: DELETE
path: "/v1/watchlist/{item_id}"
tags: ["watchlist"]
---

# Remove From Watchlist

`DELETE /v1/watchlist/{item_id}`

Remove an item from the user's watchlist.

## Path parameters

- `item_id` integer, required

## Response `200`

Successful Response

- SingleResponseWatchlistDeleteOut
  - `data` WatchlistDeleteOut, required
    - `deleted` boolean
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-31** `47575447accf` — 1 breaking, 2 info
  - the response's body type changed from no type to `object` for status `200`
  - added the required property `data` to the response with the `200` status
  - added the required property `meta` to the response with the `200` status
- **2026-03-31** `debdd9fbc570` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/axioradev/apis/axiora-api/changes/v1/watchlist/:item_id/delete.md)

---

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