RemoveCustomSpeechWordDatabase

Removes (deletes) a custom word database.

CAUTION: All data contained in the specified database is deleted.

Type: synchronous

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

Example

/action=RemoveCustomSpeechWordDatabase&database=words

Response

The following XML is an example response:

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