{
"omni_user_uuids": [
"string"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/score/user/action/batch/clear' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"omni_user_uuids": [
"string"
]
}'
{
"request_id": "650b73b702abdae578d669c7222ac47e",
"code": 0,
"msg": "success",
"data": [
{
"omni_user_uuid": "Z77p8SdymYQPbgcb8bRVJP",
"message": "success"
},
{
"omni_user_uuid": "Z77p8SdymYQPbgcb8bRVJs",
"message": "error: omni user not found"
}
],
"timestamp": 1733823491604
}