twitter engagement
Undo retweet
Undo a retweet (un-repost a tweet).
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Query Parameters
accountIdstring
tweetIdstring
The ID of the original tweet to un-retweet
Response Body
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/twitter/retweet?accountId=string&tweetId=string"{
"status": "success",
"tweetId": "string",
"retweeted": false,
"platform": "twitter"
}Empty
{
"error": "Unauthorized"
}Empty