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>'
{
  "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

account_id
string
required

The unique identifier of the trading account

Response

All watchlists deleted successfully