[UNIX, Linux, Windows, IBM i]

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

DELETE COMMINFO

Read syntax diagramSkip visual syntax diagram DELETE COMMINFO ( comminfo name ) IGNSTATE(NO)1IGNSTATE(YES)
Notes:
  • 1 Valid only on AIX®, Linux®, and Windows.

Parameter descriptions for DELETE COMMINFO

(comminfo_name)
The name of the communications information object to be deleted. This parameter is required.
[AIX, Linux, Windows]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.