opentweet_delete_tweet
Permanently delete a tweet and optionally remove it from X. Requires tweet ID.
Instructions
Permanently delete a tweet. This cannot be undone. If the tweet was published to X, it will also be deleted from X by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The tweet/post ID to delete | |
| delete_from_x | No | Whether to also delete the tweet from X/Twitter if it was published. Defaults to true. |