Deletes an entry from a list. If the entry occurs more than once in the list, you can choose to delete either the first instance or all instances.
This action is synchronous. IDOL Speech Server returns the number of lines that it has deleted.
http://localhost:15000/action=DelListLine&Key=phrases&Line=Global financial markets&Once=True
This action deletes all instances of the line Global financial markets
from the phrases
list.
Parameter | Description | Required |
---|---|---|
Key | The list name. | Yes |
Line | The entry to delete from the list. | Yes |
Once | Whether to delete all instances of the list entry. | |
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. |
|