unfavorite_tweet
Remove a tweet from your favorites list on X (Twitter) by specifying its tweet ID. Simplify cleanup and manage your saved tweets with ease.
Instructions
Unfavorites a tweet
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"
}