API Overview
Message Callbacks
Status Codes
Overview
Clears all tags from specified users.
Request
Authentication: Add authentication headers to the request. See Authentication.
Method
POST
Rate limit
100 requests/second
Endpoint https://API domain/apigateway/usertags/clear
Content-Type
application/json
Request Example
POST /apigateway/usertags/clear HTTP/1.1
appkey: appkey
signature: 2e639ae3600a4sdff61fb88b76f485b
nonce: nonce
timestamp: 1672568121910
Content-Type: application/json
{
"user_ids":["userid1","userid2"]
}
Request Parameters
| Parameter | Data Type | Required | Description | |
|---|---|---|---|---|
| user_ids | array | Yes | IDs of the users whose tags are being cleared. Each user ID can contain up to 32 characters. |
Response Example
{
"code":0,
"msg":"sucess"
}