SAPO::Communication.Syndication->remove
This method will remove feed identified with param ID
Syntax
var myobject = new SAPO.Communication.Syndication();
var id = myobject->push(<json_uri>, {<options>});
myobject->remove(id);
Compatibility
| Firefox 1.x | Yes |
| Safari 2 | Yes |
| IE6 | Yes |
| IE7 | Yes |
| Opera | Yes |
Depends
Input Parameters
- (number) ID : Id of inserted feed.
Sample
http://js.sapo.pt/SAPO/Communication/Syndication/sample/index.html
Community feedback