Delete One or More Tweets
Tweet Actions Endpoints
Delete One or More Tweets
Deletes one or more tweets from a specified user account. This endpoint supports two modes:
- Single Tweet Deletion: Provide a
target_idto delete a specific tweet. - Bulk Deletion: Omit the
target_idto delete all tweets from the user’s account.
Warning: The bulk deletion mode is irreversible and will permanently remove all tweets from the account. Use with extreme caution.
POST
Delete One or More Tweets
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Parameters for deleting tweets
Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie
Example:
"ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7"
Twitter username whose tweets to delete
Example:
"myusername"
Specific tweet ID to delete (if not provided, deletes all user tweets)
Example:
"1234567890123456789"