instagram_unfollow_user
Unfollow an Instagram user using their handle or numeric ID. Requires write access enabled. Returns confirmation and user ID.
Instructions
Unfollow a user as the logged-in account.
Requires INSTAGRAM_ALLOW_WRITES=true.
Args: username: The handle to unfollow. user_id: The numeric id, if you already have it.
Returns: unfollowed (bool) and user_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Numeric user id. Use instead of username. | |
| username | No | Handle to unfollow, e.g. 'nasa'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||