fteDeleteTemplates (delete WebSphere MQ File Transfer Edition templates)
Use the fteDeleteTemplates command to delete an existing WebSphere® MQ File Transfer Edition template from a coordination queue manager.
Purpose
The fteDeleteTemplates command is supported on WebSphere MQ File Transfer Edition Version 7.0.3 and later.
The fteDeleteTemplates command removes one or more file transfer templates from a coordination queue manager. When you run this command a request is passed to the WebSphere MQ system to remove the templates from the coordination queue manager so that the templates are no longer available to the WebSphere MQ Explorer or the command line. The templates you are deleting might continue to be accessed for a brief interval after the command completes until the WebSphere MQ system actions the request.
You can run the fteDeleteTemplates command from any system that can connect to the WebSphere MQ network and subsequently route to the coordination queue manager. Specifically for the command to run, you must have installed a WebSphere MQ File Transfer Edition component (either Server, Client, or Remote Tools and Documentation) on this system and you must have configured this system's WebSphere MQ File Transfer Edition to communicate with the WebSphere MQ network. If no connectivity details are available, the agent queue manager details are used for connection instead, provided these details are available.
Specify the optional -p parameter for this command only if you want to use a set of configuration options different from your default set. See Configuration options for more information.
Syntax
fteDeleteTemplates >>-fteDeleteTemplates--+------------------------------+---------> '- -p--(configuration_options)-' >--(template_names)--------------------------------------------><
Parameters
- -p (configuration_options)
- Optional. This parameter determines the set of configuration options
to use to delete the template. By convention use the name of a non-default
coordination queue manager as the input for this parameter. The command
then uses the set of properties files associated with this non-default
coordination queue manager.
If you do not specify this parameter, the set of configuration options based on the default coordination queue manager is used.
- (template_names)
- Required. Specify one or more template names that you want to delete. Specify the name as displayed by the fteListTemplates command.
- -? or -h
- Optional. Displays command syntax.
Example
In this example, the template STANDBY is deleted:fteDeleteTemplates STANDBY
Return codes
- 0
- Command completed successfully.
- 1
- Command ended unsuccessfully.