redis.json.del("key", "$.path.to.value")

Arguments

key
str
required
The key of the json entry.
path
str
default:"$"
The path to delete

Response

How many paths were deleted.
redis.json.del("key", "$.path.to.value")