TwitterAPIs Docs
API ReferenceWrite Actions

Undo Retweet

Undo a previously recorded retweet as the authenticated account. Requires a logged-in session. Billed at $0.0015 per call. Cost: $0.0015 per call.

POST
/tweet/unretweet

Authorization

bearerAuth
AuthorizationBearer <token>

Pass your API key as a bearer token on every request: Authorization: Bearer <API_KEY>.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/tweet/unretweet" \  -H "Content-Type: application/json" \  -d '{    "tweet_id": "1759123456789012345"  }'
{  "status": "success"}