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>'
{
  "error": "invalid request",
  "codes": [
    {
      "code": "INVALID_PASSWORD",
      "description": "Password must be between 8 and 64 characters",
      "field": "password"
    }
  ],
  "metadata": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

watchlist_id
string
required

The unique identifier of the watchlist to delete

Response

Watchlist deleted successfully