Bookmarks
Remove a bookmarked Tweet
Removes a Tweet from the requesting User's bookmarked Tweets.
delete/2/users/{id}/bookmarks/{tweet_id}
Path parameters
idstring required
Unique identifier of this User. The value must be the same as the authenticated user.
Example:2244994945
The ID of the authenticated source User whose bookmark is to be removed.
tweet_idstring required
Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
Example:1346889436626259968
The ID of the Tweet that the source User is removing from bookmarks.
Response
The request has succeeded.