Skip to main content
POST
/
api
/
var
/
sensor
/
clear-conf
传感量配置清空
curl --request POST \
  --url https://api.example.com/api/var/sensor/clear-conf \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "key": "<string>"
}
'
{}

Headers

Authentication
string
default:{{token_1}}
required

Body

application/json
id
string
required
key
string
required

Response

200 - application/json

The response is of type object.