Skip to main content
POST
/
api
/
device
/
conf-template
/
remove
删除参数模板
curl --request POST \
  --url https://api.example.com/api/device/conf-template/remove \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{}

Headers

Authentication
string
default:{{token_1}}
required

Body

application/json
id
string
required

Response

200 - application/json

The response is of type object.