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
- 200
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
- application/json
- Schema
- Example (from schema)
- Example
Schema
object
{}
{
"status": "success",
"metadata": {
"createdAt": "2021-02-02T17:37:56.514Z"
}
}
Loading...