Tweets
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_id
to delete a specific tweet. - Bulk Deletion: Omit the
target_id
to 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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Parameters for deleting tweets
Response
200
application/json
Success confirmation
Tweet action response