Hi Chagina,
Here is a copy to a reply from the discussion https://tweetinvi.codeplex.com/discussions/477952.
Yes there is one. You need to create a new Tweet and then destroy it.
Linvi
Here is a copy to a reply from the discussion https://tweetinvi.codeplex.com/discussions/477952.
Yes there is one. You need to create a new Tweet and then destroy it.
long tweetId = ...;
var tweet = new Tweet(tweetId, token);
var tweetDestroyed = tweet.Destroy();
Kind Regards,Linvi