DELETE COMMINFO (delete communications information) on Multiplatforms
Use the MQSC command DELETE COMMINFO to delete a communication information object.
Using MQSC commands
For information on how you use MQSC commands, see Administering IBM® MQ using MQSC commands.
Syntax diagram for DELETE COMMINFO
Synonym: DEL COMMINFO
Parameter descriptions for DELETE COMMINFO
- (comminfo_name)
- The name of the communications information object to be deleted. This parameter is required.
IGNSTATE- Specifies whether the command fails if the object does not exist. The value can be one of the
following values:
- NO
- The command fails if the object does not exist. This is the default value.
- YES
- The command succeeds regardless of whether the object exists.
