delete_bookmark
Remove tweets from your saved bookmarks on X (Twitter) by specifying the tweet ID to declutter and organize your saved content.
Instructions
Removes the tweet from bookmarks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tweet_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tweet_id": {
"title": "Tweet Id",
"type": "string"
}
},
"required": [
"tweet_id"
],
"type": "object"
}