cURL
curl --request POST \ --url https://api.twitterapi.io/twitter/leave_community_v2 \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "login_cookie": "<string>", "community_id": "<string>", "proxy": "<string>" }'
{ "community_id": "<string>", "community_name": "<string>", "status": "<string>", "msg": "<string>" }
Leave a community.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.003 per call.
Login response
The response is of type object.
object