Skip to main content

Removing Manual Tag From The Devices

Removing manual tag from the devices.

Query Parameters
    customerid string required

    The customer ID to which the API call is directed

Request Body required
    tag object required

    The tag object that will be removed from the devices

    deviceidlist array required

    The device list that won't have the tag. The limit of the device list is 50.

Responses

Successful Response


Schema
    api string

    The current API URI

    removeSuccess string

    To indicate whether the removing operation is success or not

Loading...