Bookmarks
API reference contents
DELETE /2/users/:id/bookmarks/:tweet_id
Allows a user or authenticated user ID to remove a Bookmark of a Tweet.
Endpoint URL
https://api.twitter.com/2/users/:id/bookmarks/:tweet_id
Authentication and rate limits
Authentication methods supported by this endpoint | |
---|---|
Rate limit | User rate limit (OAuth 2.0 user Access Token): 50 requests per 15-minute window per each authenticated user |
OAuth 2.0 scopes required by this endpoint
|
Learn more about OAuth 2.0 Authorization Code with PKCE |
Path parameters
Name | Type | Description |
---|---|---|
id Required | string | The user ID who you are removing a Bookmark of a Tweet on behalf of. It must match your own user ID or that of an authenticating user, meaning that you must pass the Access Token associated with the user ID when authenticating your request. |
tweet_id Required | string | The ID of the Tweet that you would like the id to remove a Bookmark of. |
Example requests
- cURL (OAuth 2.0 User Access Token)
Example responses
- Successful response
Response fields
Name | Type | Description |
---|---|---|
bookmarks | boolean | Indicates whether the user has removed the Bookmark of the specified Tweet. specified Tweet as a result of this request. The returned value is false for a successful request. |