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

{OMG_BACKEND_URL} is the API configuration interface in the merchant backend where the domain for backend API calls can be obtained.

Headers

Name
Value

Content-Type

"application/json; charset=utf-8"

sign

"your_sign_string"

Please refer to the Signature Algorithm and Example page for details on the signature algorithm.

Body

Name
Type
Description

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

Name
Requied
Type
Description

code

Yes

integer

Status Code

msg

Yes

string

Message

Error Code

For more error codes, please refer to the Special Error Code page description.

Last updated