DELETE <chan_name>/v1/kvmap/<map_name>/<key>

Deletes a key/value pair from a specific map on a specific channel.

chan_name in the URI is the channel name.

map_name in the URI is the map name.

key in the URI is the key string.

Example Requests

curl -X DELETE http://localhost:8585/channel201/v1/kvmap/personnel/joe