{
"type": 0,
"device_id_list": [
"string"
],
"kick_notify_extension": "string"
}
curl --location --request POST 'https://open.yunxinapi.com/im/v2/accounts//actions/kick' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"device_id_list": [
"string"
],
"kick_notify_extension": "string"
}'
{
"code": 0,
"msg": "string",
"data": {
"success_list": [
{
"device_id": "string",
"login_time": 0,
"client_type": 0,
"consid": "string"
}
],
"failed_list": {
"device_id": "string",
"error_code": 0,
"error_msg": "string"
}
}
}