Twitter API
  1. 默认分类
Twitter API
  • 默认分类
    • account.settings.get
      GET
    • account.settings.post
      POST
    • account.update_delivery_device
      POST
    • account.update_profile
      POST
    • accounts.update_profile_background_image
      POST
    • accounts.update_profile_colors
      POST
    • accounts.update_profile_image
      POST
    • application.rate_limit_status
      GET
    • blocks.create
      POST
    • blocks.destroy
      POST
    • blocks.ids
      GET
    • blocks.list
      GET
    • direct_messages
      GET
    • direct_messages.destroy
      POST
    • direct_messages.new
      POST
    • direct_messages.sent
      GET
    • direct_messages.show
      GET
    • favorites.create
      POST
    • favorites.destroy
      POST
    • favorites.list
      GET
    • followers.ids
      GET
    • friends.ids
      GET
    • friendships.create
      POST
    • friendships.destroy
      POST
    • friendships.incoming
      GET
    • friendships.lookup
      GET
    • friendships.outgoing
      GET
    • friendships.show
      GET
    • friendships.update
      POST
    • geo.place_id
      GET
    • geo.places
      POST
    • geo.reverse_geocode
      GET
    • geo.search
      GET
    • geo.similar_places
      GET
    • help.configurations
      GET
    • help.languages
      GET
    • help.privacy
      GET
    • help.tos
      GET
    • lists.create
      POST
    • lists.destroy
      POST
    • lists.list
      GET
    • lists.members
      GET
    • lists.members.create
      POST
    • lists.members.create_all
      POST
    • lists.members.destroy
      POST
    • lists.members.destroy_all
      POST
    • lists.members.show
      GET
    • lists.memberships
      GET
    • lists.show
      GET
    • lists.statuses
      GET
    • lists.subscribers
      GET
    • lists.subscribers.create
      POST
    • lists.subscribers.destroy
      POST
    • lists.subscribers.show
      GET
    • lists.subscriptions
      GET
    • lists.update
      POST
    • saved_searches.create
      POST
    • saved_searches.destroy
      POST
    • saved_searches.list
      GET
    • savedsearchesid
      GET
    • search.tweets
      GET
    • statuses.destroy
      POST
    • statuses.home_timeline
      GET
    • statuses.mentions.timeline
      GET
    • statuses.oembed
      GET
    • statusesretweetid
      POST
    • statuses.retweets
      GET
    • statuses.show
      GET
    • statuses.update
      POST
    • statuses.update_with_media
      POST
    • statuses.user_timeline
      GET
    • trends.available
      GET
    • trends.closest
      GET
    • trends.place
      GET
    • users.contributees
      GET
    • users.contributors
      GET
    • users.lookup
      GET
    • users.report_spam
      POST
    • users.search
      GET
    • users.show
      GET
    • users.suggestions
      GET
    • users.suggestions.slug
      GET
    • users.suggestionsslugmembers
      GET
  1. 默认分类

lists.members.destroy_all

POST
/lists/members/destroy_all.json
Removes multiple
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.
Please note that there can be issues with lists that rapidly remove and add memberships. Take care
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'
响应示例响应示例
{}

请求参数

无

返回响应

🟢200成功
application/json
Successful Response
Body
object {0}

【Twitter】API开发者 微信交流群

用微信扫右侧二维码,加入【Twitter】API开发者 交流群,互助沟通

扫码加入交流群
修改于 2024-09-24 06:06:38
上一页
lists.members.destroy
下一页
lists.members.show
Built with