unfollowUser
Remove a user from your following list on Twitter by specifying their username. Use this tool to manage your account's connections and streamline your feed.
Instructions
Unfollow a user by their username
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | The username of the user to unfollow |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"description": "The username of the user to unfollow",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}