destroyByUserId

fun Blocks.destroyByUserId(    userId: Long,     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

userId

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

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.