Skip to content
POST/tweet/unbookmark$0.0015 / call

Remove Bookmark

Remove a previously saved bookmark as the authenticated account. Requires a logged-in session. Billed at $0.0015 per call.

Request

curl -X POST "https://api.twitterapis.com/tweet/unbookmark" \
  -H "Authorization: Bearer $TWITTERAPIS_KEY" \
  -H "Content-Type: application/json" \
  -d '{"tweet_id": "1759123456789012345"}'

Parameters

ParameterTypeRequiredDescription
tweet_idstringrequired

Numeric ID of the tweet to un-bookmark.

Example: 1759123456789012345

Response

FieldTypeDescription
statusstring

"success" when the bookmark is removed.

Example response

{
  "status": "success"
}

Pricing for this endpoint

tweet/unbookmark costs $0.0015 per call and returns ~20 tweets, so roughly $0.04 per 1,000 tweets. No subscriptions or minimum spend.

Related endpoints