小程序解除绑定角色
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
https://developer.toutiao.com/auth/entity/unbind_role
接口说明
注意事项
基本信息
基本 | |
---|---|
HTTP URL | 正式环境:https://developer.toutiao.com/auth/entity/unbind_role 沙盒环境:https://open-sandbox.douyin.com/auth/entity/unbind_role |
HTTP Method | POST |
权限要求 | AccessToken鉴权 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://developer.toutiao.com/auth/entity/unbind_role' \
--header 'Aweme-Check-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "tt5ed3286ec1exxxb801",
"access_token": "0801121846307a696b6143xxxb76736f356262425473753074773d3d",
"merchant_entity_id": "E_72106048172xxx98392",
"merchant_industry_role": 2,
"industry_code": 10000
}'
响应示例响应示例
{
"err": {
"err_code": 0,
"err_msg": "string"
}
}
请求参数
Header 参数
Content-Type
string
必需
Aweme-Check-Type
string
可选
Body 参数application/json