Skip to main content

Removing Manual Tag From The Devices

DELETE 

/pub/v4.0/tag

Removing manual tag from the devices.

Request

Query Parameters

    customerid stringrequired

    The customer ID to which the API call is directed

Body

required
    tag objectrequired

    The tag object that will be removed from the devices

    deviceidlist arrayrequired

    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...