/lists/members/destroy_all.json
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.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.twitter.com/1.1/lists/members/destroy_all.json'
Response Response Example
{}
Request
None
Responses
Modified at 2022-09-10 16:58:08