delete tweet #551
Unanswered
Dave9999999
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm new to node-twitter-api-v2. I've managed to get it to post a tweet but what I really want to be able to do is delete a tweet.
I've tried using
await client.v2.deleteTweet('(id of tweet>')
(where I previously successfully posted a tweet) but this gives an error client is not defined at deleteTweetIs it simply that deleting tweets is no longer available, or am I doing something wrong?
Many thanks
Dave
Beta Was this translation helpful? Give feedback.
All reactions