C/2/attitudes/destroy/biz-en

跳转到: 导航, 搜索
(以“{{Api_desc_business_en| uri=attitudes/create/biz| desc=delete an attitude.| httpMethod=POST| needAuth=true| rateLimit={{B_rate_limit_en}}| params={{api_args|id|true|...”为内容创建页面)
 
 
第1行: 第1行:
 
{{Api_desc_business_en|
 
{{Api_desc_business_en|
uri=attitudes/create/biz|
+
uri=attitudes/destroy/biz|
 
desc=delete an attitude.|
 
desc=delete an attitude.|
 
httpMethod=POST|
 
httpMethod=POST|

2018年5月4日 (五) 17:38的最后版本

attitudes/destroy/biz

delete an attitude.

URL

https://c.api.weibo.com/2/attitudes/destroy/biz.json

Supported Formats

JSON

HTTP Request Method

POST

Requires Login

true
See the Login and Authorization Mechanism Statement for login and authorization details.

Requests Count Limitation


Request all APIs:

    • 50000/hour/IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth.The value of this parameter is the AppKey.
access_token false string This parameter is required when using OAuth.You will get the access_token after oauth authorization.
id true int64 Weibo id that needs to post an attittude.
attid true int64 Id of the attitude.
is_encoded false int Whether the returned content be escaped. 0: not escaped, 1: escaped.

Notes

none

Response

JSON Example

//successful:
{
    "result": true
}
 
//falied:
{
    "request": "/2/attitudes/destroy.json",
    "error_code": "243XX",
    "error": "error message."
}
}

See the Error Code Description for the error information details.

Field Description

none

Others

none

Language: [[{{{2/uri}}}|中文]]


文档更新时间: 2018-05-04
api评价