Delete Key Value
Deletes the key value of a JSON input.
This activity deletes the user-specified key value of a given JSON input.
Input
JSON Input:
String Argument
Required
Specifies the JSON from which a key value is to be deleted.Select Token:
String Argument
Specifies the JSON input Select Token.Key:
String Argument
Specifies the key value that is to be deleted from the user-specified JSON.
Output
Result:
String Variable
Stores the value of the selected key that is removed in the specified String variable.
Last updated