cURL
curl --request DELETE \ --url https://api.x.com/2/lists/{id}/members/{user_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "is_member": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Removes a User from a specific List by its ID and the User’s ID.
Show child attributes
1