Skip to main content

Delete Tags

POST 

/v1/:clientId/user-devices/:deviceId/tags/remove

This endpoint is used to remove tags from a device.

An array of tag names is required.

Request

Path Parameters

    clientId stringrequired
    deviceId stringrequired

Header Parameters

    X-API-KEY string
    Example: bsKXkZhhdczuaHZ4xwVGk47Mbm77Epcf
    X-REALM string
    Example: incrowd
    X-APP-ID string
    Example: ios
    Authorization string

    [Optional] InCrowd access token

    Example: Bearer {{access_token}}

Body

    string

Responses

OK

Response Headers

  • Content-Type

    string

  • Content-Length

    integer

  • Connection

    string

  • Vary

    string

  • Date

    string

  • X-Cache

    string

  • Via

    string

  • X-Amz-Cf-Pop

    string

  • X-Amz-Cf-Id

    string

Schema

    object

Loading...