remove From List
Creates an action to remove this user from the list.
Parameters
list Id
The list id.
fun CommonUser.removeFromList(slug: String, ownerScreenName: String): EmptyApiAction
Content copied to clipboard
Creates an action to remove this user from the list.
Parameters
slug
The list slug.
owner Screen Name
The owner screen name of the list.
fun CommonUser.removeFromList(slug: String, ownerId: Long): EmptyApiAction
Content copied to clipboard
Creates an action to remove this user from the list.
Parameters
slug
The list slug.
owner Id
The owner id of the list.