What's the REST API call required to undo/remove/destroy/delete a retweet (of another user) from the authenticated user's timeline? There's simply no mention of this in the API documentation on the Twitter website.
Upon signing in, you'll see your Twitter Dashboard. In the menu bar, click on Tweet Type. Then, filter for Retweets. Click the empty checkbox at the top of the list.
Now, if you accidentally retweeted something that you do not want your Twitter followers to see then you can delete it from your timeline. However, there is no specific delete tweet button for a retweet, but you can undo a retweet that removes the retweet from your profile.
Native retweet has all attributes of a simple tweet including a unique ID. So, you can use statuses/destroy method to remove it.
How to get that ID depends on your application. First, it's returned by statuses/retweet method. Second, you can get user's timeline and parse out ID of this tweet.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With