v57

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-07-2161198428.4 KB
Watchlist

Delete Watchlist

Delete a watchlist and all its items

delete/v1/watchlists/{watchlist_id}

Path parameters

watchlist_idstring uuid required

Watchlist ID

Response

Watchlist deleted successfully

{"stackTrail":"paths:/v1/watchlists/{watchlist_id}:delete:responses:200:content:application/json:schema:allOf:properties:data","oasType":"schema","type":"unknown"}

Example response

{
  "error": {
    "code": 400,
    "message": "Order quantity must be greater than zero"
  }
}