RemoveSpeakerDatabase

Removes (deletes) a database that stores speakers for speaker identification.

CAUTION: All of the audio samples 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 news.

/action=RemoveSpeakerDatabase&database=news

Response

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