Welcome, Guest Sign In | Sign Up | Help
Upcoming API Documentation
Currently, the use of these APIs are restricted to non-commercial use only. If you'd like to use it for commercial purposes, please contact us first.
watchlist.remove [HTTP POST]
Remove a watchlist record from a user's watchlist.
Arguments
api_key (Required)
Your API application key. If you don't have one, create one.

token (Required)
An authentication token. (What's this?)

watchlist_id (Numeric, Required)
The watchlist_id of the event. To get a watchlist_id, try the watchlist.getList function.

Example Response (Empty with stat="ok" if successful)
<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok" version="1.0">
</rsp>		
Error Codes
403 Not Authorized:
  • Missing valid authentication parameters - Please pass an authentication token to the method.
  • Invalid authentication parameters - either that token was not found, or it may be deactivated. Please contact us for support.

404 Not Found:
  • Missing valid api_key - Please create an API key using the above link.
  • Your api_key is inactive or not found - Please contact us for support.
  • Invalid watchlist_id parameter - watchlist_id must be numeric.
  • That id was not found in your watchlist - the watchlist id you passed was not in your watchlist, so your command was ignored.
Tools
Upcoming Badges for Your Blog/Website | Invite Friends | Groups | Developers API
Help
News Blog | Community Guidelines | FAQ | Contact Us | Suggestion Board | About Us