Skip to main content
POST
/
watchlists
/
delete
Delete a watchlist
curl --request POST \
  --url https://api.nevua.markets/watchlists/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "watchListId": "507f1f77bcf86cd799439011"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
watchListId
string
required

Response

Watchlist deleted successfully

The response is of type object.