$ObjectRemove

To remove a key from the object

Usage

$ObjectRemove[Key;Key...(Optional)]

Example:

Member04/02/2024
!!exec $objectSet[Name;Mido]
$objectSet[Country;EG]
Before: $getObject
$objectRemove[Name]
After: $getObject
Custom Command Bot 04/02/2024
Before: {"Name":"Mido","Country":"EG"}
After: {"Country":"EG"}