RemoveVisualClusteringItem

Removes (deletes) an item from a visual clustering database.

Type: synchronous

Parameter Description Required
database The name of the database that contains the item to remove. Yes
identifier The identifier of the item to remove. Yes

Example

/action=RemoveVisualClusteringItem&database=BroadcastClips&identifier=clip1

Response

<autnresponse>
    <action>REMOVEVISUALCLUSTERINGITEM</action>
    <response>SUCCESS</response>
    <responsedata></responsedata>
</autnresponse>