Remove market from watchlist

Remove a market from the current user's watchlist.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
X-API-Keystring

Server-side API key (drzl_live_ prefix), least-privilege scoped. Keep it secret — never ship it to a browser or SPA. An alternative to a session JWT (HTTPBearer) on the developer surface. See docs/api/cors-and-auth.md.

Path parameters

market_idstringRequiredformat: "uuid"

Headers

X-API-Keystring or nullOptional

Response

Successful Response
is_watchlistedboolean
market_idstringformat: "uuid"
messagestring

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error