twitter engagement
Undo retweet
Undo a retweet (un-repost a tweet).
AuthorizationBearer <token>
API key authentication - use your Zernio 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://zernio.com/api/v1/twitter/retweet?accountId=string&tweetId=string"{
"status": "success",
"tweetId": "string",
"retweeted": false,
"platform": "twitter"
}Empty
{
"error": "Unauthorized"
}Empty