2/tags/destroy batch/en

跳转到: 导航, 搜索

tags/destroy_batch

Delete a batch of tags.

URL

https://api.weibo.com/2/tags/destroy_batch.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

Level:Normal
Count Limitation:true
See the Interface Access Rights Statement for the request count limitation details.

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.
ids true string Tag ID to be deleted.These should be separated by simeangle comma,and are limited by 10 ID per call.

Notes

You can only delete the tags of yourself.

Response

JSON Example

[
    {
        "tagid": "1234"
    },
    ...
]

See the Error Code Description for the error information details.

Field Description

None

Others

None



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