The DELETE/KEY command deletes key definitions that have been defined by the DEFINE/KEY command. Format: DELETE/KEY key-name [/qualifier] If you delete the definition of a key, the use of that key within CTF becomes undefined.
1 – Parameters
The command has the following mandatory parameter. key-name Specifies the name of the key whose definition is to be deleted.
2 – Command qualifiers
The command has the following optional qualifier: /STATE
3 /STATE=(state,...)
Specifies the name of the state(s) for which the key definition is to be deleted. The default is the current state.
4 – Examples
CTF> DELETE/KEY KP2 Deletes the current definition of KP2, leaving this key undefined within CTF.