解除抖音号绑定、解除能力授权
开发环境
开发环境
POST
https://developer.toutiao.com/auth/entity/unbind_account
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://developer.toutiao.com/auth/entity/unbind_account' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "tta12xxxxxcbe01",
"access_token": "080yyyyyyy35494e62413d3d",
"c_user" :{
"openid":"xxxxxx",
"client_key":"ttxxxx"
}
"merchant_entity_id": "E_7178703725698269228",
"partner_entity_id":"",
"industry_code":10000,
"industry_role":1
}'
响应示例响应示例
{
"err": {
"err_code": 0,
"err_msg": "string"
}
}
请求参数
Body 参数application/json
返回响应
修改于 2023-12-04 06:47:47