RemoveVisualClusteringItemMetadata
Removes custom metadata (a key-value pair) from a visual clustering item.
Type: synchronous
| Parameter | Description | Required |
|---|---|---|
database
|
The name of the database that contains the item. | Yes |
identifier
|
The identifier of the item that you want to remove metadata from. | Yes |
key
|
The name of the key for the key-value pair to remove. | Yes |
Example
/action=RemoveVisualClusteringItemMetadata&database=BroadcastClips&identifier=item1&key=duration
Response
<autnresponse> <action>REMOVEVISUALCLUSTERINGITEMMETADATA</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>