deleteCategory method: FeedDoc class
Syntax
deleteCategory(category)
Description
Use this method to delete a category attribute from a FeedDoc object.
Note:
This is an abstract method.
Parameters
| Parameter | Description |
|---|---|
|
category |
Specifies the category as a string. |
Returns
A Boolean value: True if the delete was successful, False otherwise.
Related Topics