Skip to main content
DELETE
/
v1
/
accounts
/
{account_id}
/
watchlist
Delete All Watchlists by Account ID
curl --request DELETE \
  --url https://api.aries.com/v1/accounts/{account_id}/watchlist \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Path Parameters

account_id
string
required

The unique identifier of the trading account

Response

All watchlists deleted successfully