delete thisIsObject[key]; 


// Example 2
delete thisIsObject["Cow"];

// Example 3
delete thisIsObject.Cow;