POST
/tweet/unfavorite$0.0015 / callUnlike Tweet
Remove a previously recorded like from a tweet as the authenticated account. Requires a logged-in session. Billed at $0.0015 per call.
Request
curl -X POST "https://api.twitterapis.com/tweet/unfavorite" \
-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 unlike. Example: |
Response
| Field | Type | Description |
|---|---|---|
status | string | "success" when the like is removed. |
Example response
{
"status": "success"
}Pricing for this endpoint
tweet/unfavorite costs $0.0015 per call and returns ~20 tweets, so roughly $0.04 per 1,000 tweets. No subscriptions or minimum spend.