delete By Owner Id
fun Lists.deleteByOwnerId( slug: String, ownerId: Long, vararg options: Option): JsonObjectApiAction<TwitterList>
Content copied to clipboard
Deletes the specified list. The authenticated user must own the list to be able to destroy it.
Receiver
Lists endpoint instance.
Return
JsonObjectApiAction for TwitterList model.
Parameters
slug
You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you'll also have to specify the list owner using the owner_id or owner_screen_name parameters.
owner Id
The user ID of the user who owns the list being requested by a slug.
options
Optional. Custom parameters of this request.