DELETE chan_name/kvmap/map_name/key

The web method GET 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://host:port/chan_name/v1/kvmap/personnel/joe

Example Response

{}