v26

latestOpenAPI 3.0.0raw.githubusercontent.com2023-06-09375890.9 KB
Device

Remove a tag from a device

Remove a tag from a device

put/device/{deviceID}/removetag

Path parameters

deviceIDstring required

The unique identifier for your device.

Request body

tagstring

Example request

{
  "tag": "one_tag"
}

Response

OK