_deleteThing
Delete a Thing --
Function
Thing Type -> _deleteThing -> The same Type
- Receives -- Thing Type
- A Thing
- Produces
- Not a useful value. It is usually recommended to call
navigateTo
on a specific Thing after this.
This is the counterpart to _createThing()
. It immediately and
unconditionally deletes the specified Thing. So use this function
with great care!