Deletes a list and all its entries from the list manager.
If the list is being used by a task, HPE IDOL Speech Server returns the message Resource key is busy
and does not delete the list.
This action is synchronous.
http://localhost:13000/action=DelList&Key=phrases
This action uses port 13000
to instruct HPE IDOL Speech Server, which is located on the local machine, to delete the phrases
list.
Parameter | Description | Required |
---|---|---|
Key | The name of the list to delete. | Yes |
OutputEncoding | The encoding to use for the action output. |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
EncryptResponse | Encrypt the output. |
FileName | The file to write output to. |
ForceTemplateRefresh | Forces the server to load the template from disk. |
Output | Writes output to a file. |
ResponseFormat | The format of the action output. |
Template | The template to use for the action output. |
TemplateParamCSVs | A list of variables to use for the specified template. |
|