This example removes the customized batching option set for table Personnel.Project and goes back to system default.
CALL TDStats.RemoveObjectOptionJSON('{"DatabaseName": "Personnel", "TableName": "Project", "OptionName": "NoBatching"}', jOut);
Result:
jOut
-----------------------
{ "NumRemoved":1 }