unflagUser

fun unflagUser(userId: String): Call<Flag>

Deprecated

The backend no longer supports un-flagging. This call does nothing and will be removed in the next major version.

Un-flags a previously flagged user.

Parameters

userId

The ID of the user to un-flag.