Yes there is one. You need to create a new Tweet and then destroy it.
Linvi
long tweetId = ...;
var tweet = new Tweet(tweetId, token);
var tweetDestroyed = tweet.Destroy();
Kind Regards,Linvi