Skip to main content
POST
/
api
/
device
/
tag
/
remove
删除标签
curl --request POST \
  --url https://api.example.com/api/device/tag/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

标签ID

Response

200

操作成功