Skip to content

注销(可选)

注销用户账户

  • 接口提供方: 流量承接方(KN)
  • 接口调用方: 流量提供方
  • method: logoff

请求参数

参数类型必选说明备注
receiver_user_idstringN流量承接方的用户id不超过32位;
receiver_user_id与;
provider_user_id;
传其中一个即可
provider_user_idstringN流量提供方的用户id不超过32位;
receiver_user_id与;
provider_user_id;
传其中一个即可

响应参数

请求参数示例

json
{
    "receiver_user_id": "2025111230016041964"
}

响应参数示例

json
{
    "code": 0,
    "message": "success",
    "data": null
}