自定义菜单删除接口

跳转到: 导航, 搜索

自定义菜单删除接口

自定义菜单删除接口

URL

https://m.api.weibo.com/2/messages/menu/delete.json

HTTP请求方式

POST

curl "https://m.api.weibo.com/2/messages/menu/delete.json" -d 'access_token=ACCESS_TOKEN'

是否需要登录


关于登录授权,参见 如何登录授权


接口请求参数

  必选 类型及范围 说明
access_token true string 在账号Profile页--> 管理中心 --> 粉丝服务--> 高级功能--> 开发模式中获取,详细参考 获取粉丝服务平台开发接口的access token

返回结果

// 成功返回
{
    "result": true
}

// 失败返回
{
    "request": "/2/messages/menu/delete.json",
    "error_code": 264XX,
    "error": "error message."
}



文档更新时间: 2014-06-04