RemoveVideoMatchDatabase

Removes (deletes) a database that stores training data for video matching.

CAUTION: All video clips contained in the specified database are deleted.

Type: synchronous

Parameter Description Required
database The name of the database to remove. Yes

Example

The following example removes the database movies.

/action=RemoveVideoMatchDatabase&database=movies

Response

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