delete_draft
Remove unwanted draft tweets or threads from your X/Twitter account by specifying the draft ID to free up space and maintain organized draft management.
Instructions
Delete a draft tweet or thread
Input Schema
Name | Required | Description | Default |
---|---|---|---|
draft_id | Yes | ID of the draft to delete |
Input Schema (JSON Schema)
{
"properties": {
"draft_id": {
"description": "ID of the draft to delete",
"type": "string"
}
},
"required": [
"draft_id"
],
"type": "object"
}