destroy By Screen Name
fun Mutes.destroyByScreenName(screenName: String, vararg options: Option): JsonObjectApiAction<User>
Content copied to clipboard
Un-mutes the user specified in the ID parameter for the authenticating user. Returns the unmuted user when successful. Returns a string describing the failure condition when unsuccessful. Actions taken in this method are asynchronous. Changes will be eventually consistent.
Receiver
Mutes endpoint instance.
Return
JsonObjectApiAction for User model.
Parameters
screen Name
The screen name of the potentially muted user. Helpful for disambiguating when a valid screen name is also a user ID.
options
Optional. Custom parameters of this request.