bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 955 forks source link

How to destroy tweet #631

Open macdonjo opened 4 years ago

macdonjo commented 4 years ago

I've tried:

api.PostDestroy(id=id) api.DestoryStatus(id=id)

And none have worked. Any idea what it is since there's no documentation for it?