Trends/destroy

跳转到: 导航, 搜索
第8行: 第8行:
 
params={{api_args|trend_id|true|int64|要取消关注的话题ID。}}|
 
params={{api_args|trend_id|true|int64|要取消关注的话题ID。}}|
 
getParam=&trend_id=138810|
 
getParam=&trend_id=138810|
postParam=|
+
postParam=-X DELETE|
 
result=
 
result=
 
===XML示例===
 
===XML示例===
第23行: 第23行:
 
useAge=无|
 
useAge=无|
 
otherInfo=无
 
otherInfo=无
}}
+
}}{{#a:showgrade}}

2010年12月13日 (一) 17:03的版本

目录

trends/destroy

取消对某话题的关注。

URL

http://api.t.sina.com.cn/trends/destroy.(json%7Cxml)

支持格式

XML/JSON

HTTP请求方式

DELETE

是否需要登录

true
关于授权机制,参见授权机制声明

请求数限制

true
关于请求数限制,参见接口访问权限说明

请求参数

  必选 类型及范围 说明
source true string 申请应用时分配的AppKey,调用接口时候代表应用的唯一身份。(采用OAuth授权方式不需要此参数)
trend_id true int64 要取消关注的话题ID。

注意事项

返回结果

XML示例

<?xml version="1.0" encoding="UTF-8"?>
<result>true</result>

JSON示例

{
    "result" : true
}

其他

api评价