Hi,
I am experimenting with Alerts methods. So far so good, the only thing that is not working is the method to delete an alert.
Using GetAlerts method, I was able to get the alert_ids that I registered to:
8184314
8193433
8218986
8218989
Then, I was trying to delete an alert by using DeleteAlert method, and got this instead:
Invalid alert_id specified
I made sure that my alert_id argument on that method is an integer and not a string. Still doesn’t work.
Any help will be appreciated.
Christian
