跳到主要内容

店铺解绑

POST /v1/mid-open-api/merchant/store/unbind
需要验证签名

接口描述

店铺解绑。

提示
  1. 店铺解绑意味着您将销毁该店铺,该操作不可逆,请谨慎操作!

请求头

ParameterTypeRequiredDescription
AuthorizationstringMaccess_token
Content-TypestringMapplication/json

请求参数

ParameterTypeRequiredDescription
client_idstring(64)Mpp用户唯一标志
store_idstring(64)M店铺ID

返回示例

{
"code": 200,
"message": "SUCCESS",
"data": null
}

错误码

返回码描述解决方案
900000system error系统错误,请联系PingPong技术人员核查
900002illegal param参数有误,请根据提示更正信息
910001user not existclient_id不存在,请核对后再次发起
940002store not exist检查store_id,请核对后再次发起