---
search:
  tags:
    - Tweet Actions Endpoints
    - POST
seo:
  description: >-
    Deletes one or more tweets from a specified user account. This… Reference
    for the POST /twitter/tweets/delete-batch endpoint in the TwexAPI REST API
    API.
sidebar:
  badge: POST
  label: Delete One or More Tweets
title: Delete One or More Tweets
type: openapi-operation
---
Deletes one or more tweets from a specified user account. This endpoint supports two modes:

1.  **Single Tweet Deletion**: Provide a `target_id` to delete a specific tweet.
2.  **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.

<Operation source="api-reference" id="delete-tweets-batch-twitter-tweets-delete-batch-post" />
