Dictionary.Remove
From Xojo Documentation
Method
Removes the keyth value-key pair from the Dictionary.
Notes
If Key is not in the Dictionary, it raises a KeyNotFoundException error.
Sample Code
The following code removes the passed entry from the Dictionary: