RemoveAudioMatchDatabase
Removes (deletes) a database that stores training data for audio matching.
CAUTION: All audio 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 music
.
/action=RemoveAudioMatchDatabase&database=music
Response
<autnresponse>
<action>REMOVEAUDIOMATCHDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>