Reputation: 13376
In the Salesforce.com REST API sObjects PATCH command, how do I remove an object's field?
Upvotes: 2
Views: 1985
Found the answer, the following methods work:
{"FieldName" : ""}
{"FieldName" : null}