Allows you delete an agent.
You must specify the agent to delete by setting one of the following parameter combinations:
http://12.3.4.56:9030/action=AgentDelete&UserName=Administrator&AgentName=Global+Warming
        This action deletes the Global Warming agent for the Administrator user.
You must set at least one of the following parameters.
| Parameter | Description | 
|---|---|
| AgentName | The name of the agent to delete. | 
| AID | The agent ID of the agent to delete. | 
| UID | The ID of the user that the agent to delete belongs to. | 
| UserName | The user name of the user that the agent to delete belongs to. | 
This action accepts the following optional parameters.
| Parameter | Description | 
|---|---|
| InputEncoding | The encoding of the AgentName and UserName values. | 
| OutputEncoding | Converts the encoding of the text that the action returns. | 
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. | 
|  |