Delete tweet
DELETE
https://us-central1-appgregator.cloudfunctions.net/twitter/tweet/delete-tweet/
Query Parameters
Name
Type
Description
name*
String
qantor.co.id
connection_name*
String
twitter-1
consumer_key*
String
A2e5O2qsMA7BLUTPv5Q5NJVQ6
consumer_secret*
String
rfIzsxYoLbzbYEj5mwQ9imtusVwua6NBabv8TK57xGkzgxtFkN
access_token*
String
245297600-2EScP0ZudcOPpFwJ6yo2TlSpAmLTUpyXX1zdmh13
token_secret*
String
d2dmLjbuK4AYY9Cfq2xF52UdSev21ewNJrirUaB4Ok4vX
id*
String
1542757090959278080
Headers
Name
Type
Description
x-api-key*
String
43c464439b5507293ba7b315c9875907
{
"deleted": true
}
curl --location --request DELETE 'https://us-central1-appgregator.cloudfunctions.net/twitter/tweet/delete-tweet?name=qantor.co.id&connection_name=twitter-1&consumer_key=A2e5O2qs...&consumer_secret=rfIzsxYo...&access_token=245297600-2EScP0Zu....&token_secret=d2dmLjbuK....&id=15427570909592780809' \
--header 'x-api-key: 43c464439b5507293ba7b315c9875907'
Last updated