deleteEntry method: FeedDoc class
Syntax
deleteEntry(entry_ID)
Description
Use this method to delete the feed entry and the FeedEntry object with the given ID.
Parameters
| Parameter | Description |
|---|---|
|
entry_ID |
Specifies the ID of the feed entry as a string. |
Returns
A Boolean value: True if the delete was successful, False otherwise.