Delete a Watchlist
Permanently delete a specific watchlist for all platforms.
DELETE /iserver/watchlist
Request Object
id: String. Required
Include the watchlist ID you wish to delete.
Python
Abap
Response Object
Data: Object.
Returns the data about the deleted watchlist.
deleted: String.
Returns the ID for the deleted watchlist.
action: String.
Always returns “context”.
MID: String.
Returns the id for the number of times /iserver/watchlist was called this session.

