Forum Discussion

oanab's avatar
oanab
New Contributor
6 years ago

Removing key-value pair from json REST request

Hi, I have the following request and i am unsure of what is the best way to remove the key-value pairs. {   "key1": "value1",   "key2": "value2",   "key3": {     "key4": "value3"   } }   ...