{
"sn": "device000001",
"key": "runtime.cpu"
}curl --location 'ssiot.cc/api/alarm/config/remove' \
--header 'Authentication;' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Content-Type: application/json' \
--data '{
"sn": "device000001",
"key": "runtime.cpu"
}'{}