users_delete_follower
Removes a follower relationship between users, stopping the follower from seeing the followed user's activities.
Instructions
Remove a follower from a user.
Removes the follower relationship between two users.
Workflow tips:
Follower will stop seeing followed user's activities
Use users/list_followers to get follower IDs
Common use cases:
Remove follower: { "id": 123, "follower_id": 456 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the user being followed | |
| follower_id | Yes | ID of the follower to remove |