This command removes an existing template file.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/deletetemplate?tname=<TemplateName>"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

tname

String

Specify the name of the template to be removed.

Note: The name is case sensitive - please ensure to specify the exact template name in order for this command to work.

Yes

Example Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="OK">
</Response>