Twitter MCP Server

deleteTweet

Delete a tweet by its ID

Input Schema

NameRequiredDescriptionDefault
tweetIdYesThe ID of the tweet to delete

Input Schema (JSON Schema)

{ "properties": { "tweetId": { "description": "The ID of the tweet to delete", "type": "string" } }, "required": [ "tweetId" ], "type": "object" }