From: Harmon Date: Mon, 24 May 2021 13:06:58 +0000 (-0500) Subject: Update and improve documentation for API.destroy_list X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2d17678cffa4136f42931d0a9bb7c93fe56c3388;p=tweepy.git Update and improve documentation for API.destroy_list --- diff --git a/tweepy/api.py b/tweepy/api.py index 39cae26..52990ef 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1721,14 +1721,24 @@ class API: Deletes the specified list. The authenticated user must own the list to be able to destroy it. - :param owner_screen_name: |owner_screen_name| - :param owner_id: |owner_id| - :param list_id: |list_id| - :param slug: |slug| + Parameters + ---------- + owner_screen_name + |owner_screen_name| + owner_id + |owner_id| + list_id + |list_id| + slug + |slug| - :rtype: :class:`List` object + Returns + ------- + :class:`~tweepy.models.List` - :reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/post-lists-destroy + References + ---------- + https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/post-lists-destroy """ return self.request( 'POST', 'lists/destroy', endpoint_parameters=(