cURL
curl --request POST \ --url https://api.nevua.markets/watchlists/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "watchListId": "507f1f77bcf86cd799439011" } '
{}
Permanently deletes a watchlist. Any subscriptions created for this watchlist will be cascade-deleted as well.
This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Watchlist deleted successfully
The response is of type object.
object
Was this page helpful?