destroyByScreenName

fun Blocks.destroyByScreenName(    screenName: String,     includeEntities: Boolean? = null,     skipStatus: Boolean? = null,     vararg options: Option): JsonObjectApiAction<User>

Un-blocks the user specified in the ID parameter for the authenticating user. Returns the un-blocked user when successful. If relationships existed before the block was instantiated, they will not be restored.

Twitter API reference

Receiver

Blocks endpoint instance.

Return

JsonObjectApiAction for User model.

See also

Parameters

screenName

Required. The screen name of the potentially blocked user. Helpful for disambiguating when a valid screen name is also a user ID.

includeEntities

Optional. The entities node will not be included when set to false.

skipStatus

Optional. When set to either true, t or 1 statuses will not be included in the returned user objects.

options

Optional. Custom parameters of this request.