lists.members.destroy_all
POST
/lists/members/destroy_all.json
members from a list, by specifying a comma-separated list of member ids or screen names. The
authenticated user must own the list to be able to remove members from it. Note that lists can't
have more than 500 members, and you are limited to removing up to 100 members to a list at a time
with this method.
when using these methods such that you are not too rapidly switching between removals and adds on
the same list.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.twitter.com/1.1/lists/members/destroy_all.json'
响应示例响应示例
{}
请求参数
无
返回响应
修改于 2024-09-24 06:06:38