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