Skip to content

Commit 44ad734

Browse files
author
Jessica Garson
authored
Update delete_tweet.rb
1 parent 7d5e2b1 commit 44ad734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Manage-Tweets/delete_tweet.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
consumer_secret = ENV["CONSUMER_SECRET"]
1111

1212
# Be sure to replace your-tweet-id with the id of the Tweet you wish to delete.
13-
id = "1455946260826017797"
13+
id = "your-tweet-id"
1414

1515
delete_tweet_url = "https://api.twitter.com/2/tweets/#{id}"
1616

0 commit comments

Comments
 (0)