destroyInstanceObject: Destroy an instance object given its identifier
Description
The function destroyInstanceObject
deletes an object associated
with the instanceId. This is typically done after a computation completes and results
have been obtained.
Usage
destroyInstanceObject(instanceId)
Arguments
instanceId
the id of the object to destroy
Value
TRUE if everything goes well