Delete Context
Deletes a specified context.
Syntax
delete { context | ctx } contextName [ '('recursive')' ]
Remarks
You must switch to the context's parent and specify the name of the context using its relative name, not its absolute path name. If the context is not empty, JMSAdmin will prompt you to confirm the deletion (unless you started JMSAdmin with the (-q) quiet switch.
To delete a context that contains subcontexts, you must specify the recursive option. When that option is set, JMSAdmin deletes all subcontexts in the specified context.
Example
Delete ctx1 and all of its subcontexts.
\> delete context ctx1 (recursive)
Related Commands