Parameters for deleting tweets
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
cookie |
string | ✔️ | Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie | ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7 |
username |
string | ✔️ | Twitter username whose tweets to delete | myusername |
targetId |
?string | ➖ | Specific tweet ID to delete (if not provided, deletes all user tweets) | 1234567890123456789 |