destroy By Screen Name
fun Blocks.destroyByScreenName( screenName: String, includeEntities: Boolean? = null, skipStatus: Boolean? = null, vararg options: Option): JsonObjectApiAction<User>
Content copied to clipboard
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.
Receiver
Blocks endpoint instance.
Return
JsonObjectApiAction for User model.
See also
Parameters
screen Name
Required. The screen name of the potentially blocked user. Helpful for disambiguating when a valid screen name is also a user ID.
include Entities
Optional. The entities node will not be included when set to false.
skip Status
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.