User-related API environment
Production user-related API docs
Remove a follower
Remove a user from your followers list. They will no longer see you as followed and won't receive notifications about your activity.
Path Parameters
followerId string required
UUID of the follower to remove
Responses
- 200
- 400
- 401
Follower removed successfully
application/json
Schema
Example (from schema)
Schema
removed boolean
{
"removed": true
}
Invalid follower id or follower relationship doesn't exist
User not authenticated
Loading...