deleteCategory method: FeedEntry class

Syntax

deleteCategory(category)

Description

Use this method to delete a category attribute from a FeedEntry 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.