$cipher.removeKey

Removes the key specified by the given name from the list.
Syntax
    $cipher{removeKey}{keyName}
    $cipher.removeKey{keyName}
DocumentationRemoves the key specified by the given name from the list.

    Parameters:
      removeKey, a flag to indicate that the named key is to be removed.
      keyName, the name of the key to be removed.
    Returns:
      the removed key.
    NOTE:
      data encrypted with a key that has been deleted can not ever be decrypted.
Examples
    $set{removedKeyCode}{$cipher{removeKey}{myKey}}
GroupSpecial
Minimum required transaction-mode:UPDATE=TREE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 1