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
- 401
- 404
Follower removed successfully
application/json
Schema
Example (from schema)
Schema
removed boolean
{
"removed": true
}
User not authenticated
Follower relationship not found
Loading...