POST
/tweet/unretweet$0.0015 / callUndo Retweet
Undo a previously recorded retweet as the authenticated account. Requires a logged-in session. Billed at $0.0015 per call.
Request
curl -X POST "https://api.twitterapis.com/tweet/unretweet" \
-H "Authorization: Bearer $TWITTERAPIS_KEY" \
-H "Content-Type: application/json" \
-d '{"tweet_id": "1759123456789012345"}'Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tweet_id | string | required | Numeric ID of the tweet to un-retweet. Example: |
Response
| Field | Type | Description |
|---|---|---|
status | string | "success" when the retweet is removed. |
Example response
{
"status": "success"
}Pricing for this endpoint
tweet/unretweet costs $0.0015 per call and returns ~20 tweets, so roughly $0.04 per 1,000 tweets. No subscriptions or minimum spend.