Skip to main content
DELETE
/
v1
/
watchlist
/
{watchlist_id}
Delete Watchlist by ID
curl --request DELETE \
  --url https://api.aries.com/v1/watchlist/{watchlist_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 12345,
  "name": "Default",
  "symbols": []
}

Authorizations

Authorization
string
header
required

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

Path Parameters

watchlist_id
integer<int64>
required

The unique identifier of the watchlist to delete (integer)

Example:

12345

Response

Watchlist deleted or reset successfully; returns the watchlist object

id
integer<int64>

Watchlist ID

name
string

Watchlist name

symbols
string[]

Array of stock symbols