RemoveVideoMatchClipMetadata

Removes custom metadata (a key-value pair) from a video match clip.

Type: synchronous

Parameter Description Required
database The name of the database that contains the clip. Yes
identifier The identifier of the clip that you want to remove metadata from. Yes
key The name of the key for the key-value pair to remove. Yes

Example

/action=RemoveVideoMatchClipMetadata&database=movies
                                    &identifier=8b40bcf6232a9d3ce9614fd9debe896b
                                    &key=released

Response

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