Json.NET - Quick Starts & API Documentation
Remove Method (propertyName)
Namespaces ► Newtonsoft.Json.Linq ► JObject ► Remove(String)
Removes the property with the specified name.


- propertyName (String)
- Name of the property.

true if item was successfully removed; otherwise, false.