Cancel Player Nurturing and Killing
Cancel the nurturing or targeting configuration for the specified players. There is no need to distinguish between nurturing and targeting in the parameters.
OMG server time zone: UTC+0. Integrators should be mindful of time zone calculations when processing data statistics.
CancelControlSet
This API is provided by the OMG platform and is called by the integrator.
POST {OMG_BACKEND_URL}/api/v1/merchant/outer/delAgentUserConfig?trace_id=your_trace_id
Headers
Content-Type
"application/json; charset=utf-8"
sign
"your_sign_string"
Body
app_id
string
Use the merchant appid obtained from the backend. For multi-currency merchants, pass the corresponding sub-merchant appid.
uname
string
The players’ platform IDs, separated by commas.
Integrator Request Parameter Example
{
"app_id":"10013",
"uname":"1001726,1003401,1003402,1001719,1001720,1001721",
}OMG Platform Response Parameter Example
Response Example Parameter Descriptions
code
Yes
integer
Status Code
msg
Yes
string
Message
Error Code
Last updated