| TwitterHelperDeleteTweet Method | 
            Deletes tweet with given ID from Twitter.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void DeleteTweet(
	string consumerKey,
	string consumerSecret,
	string accessToken,
	string accessTokenSecret,
	string tweetId
)
Parameters
- consumerKey
- Type: SystemString
 The consumer key that will be used for authentication.
- consumerSecret
- Type: SystemString
 The consumer secret that will be used for authentication.
- accessToken
- Type: SystemString
 The access token that will be used for authentication.
- accessTokenSecret
- Type: SystemString
 The access token secret that will be used for authentication.
- tweetId
- Type: SystemString
 Identifier of the tweet on Twitter.
 See Also
See Also