#!/bin/bash source $(dirname $0)/shelly.conf if [ $# -ne 1 ]; then echo "usage: $0 " exit 1 fi key=$1 curl -s $SHELLY_RPC/KVS.Delete'?key="'$key'"' | jq .