pub async fn users_slash_unfollow(
configuration: &Configuration,
username: &str,
) -> Result<(), Error<UsersSlashUnfollowError>>
Expand description
OAuth app tokens and personal access tokens (classic) need the user:follow
scope to use this endpoint.