> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Descripción general de la migración de los endpoints de Manage Posts

> Migra la creación y eliminación de Posts desde los endpoints statuses estándar v1.1 a X API v2 comparando parámetros, autenticación y límites de tasa.

## Comparación de los endpoints de manage Posts de la X API

Los endpoints v2 de manage Posts reemplazarán a los endpoints estándar v1.1 [POST statuses/update](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-update) y [POST statuses/destroy/:id](https://developer.x.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-destroy-id). Si tienes código, apps o herramientas que utilizan la versión v1.1 de los endpoints de manage Posts y estás considerando migrar al endpoint más reciente de X API v2, este conjunto de guías es para ti.

Las siguientes tablas comparan los endpoints estándar v1.1 y de X API v2 de manage Posts:

### Crear un Post

| Description                                                                                                                                                    | Standard v1.1                                                                                                                   | X API v2                                                                                                                                                     |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Métodos HTTP admitidos                                                                                                                                         | POST                                                                                                                            | POST                                                                                                                                                         |
| Host domain                                                                                                                                                    | [https://api.x.com](https://api.x.com)                                                                                          | [https://api.x.com](https://api.x.com)                                                                                                                       |
| Endpoint path                                                                                                                                                  | /1.1/statuses/update.json                                                                                                       | /2/tweets                                                                                                                                                    |
| [Autenticación](/resources/fundamentals/authentication)                                                                                                        | OAuth 1.0a User Context                                                                                                         | OAuth 1.0a User Context<br /><br />OAuth 2.0 Authorization Code with PKCE                                                                                    |
| [Límites de tasa](/x-api/fundamentals/rate-limits) de solicitud predeterminados                                                                                | Ninguno<br /><br />300 solicitudes por ventana de 3 horas por usuario, por app. Compartidas con el endpoint v1.1 POST Retweets. | 200 solicitudes por 15 min por usuario<br /><br />300 solicitudes por ventana de 3 horas por usuario, por app. Compartidas con el endpoint v2 POST Retweets. |
| Requiere el uso de credenciales de una [developer App](/resources/fundamentals/developer-apps) asociada a un [Project](/resources/fundamentals/developer-apps) |                                                                                                                                 | ✔                                                                                                                                                            |

### Eliminar un Post

| Description                                                                                                                                                    | Standard v1.1                          | X API v2                                                                  |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------- | :------------------------------------------------------------------------ |
| Métodos HTTP admitidos                                                                                                                                         | POST                                   | DELETE                                                                    |
| Host domain                                                                                                                                                    | [https://api.x.com](https://api.x.com) | [https://api.x.com](https://api.x.com)                                    |
| Endpoint path                                                                                                                                                  | /1.1/statuses/destroy/:id.json         | /2/tweets/:id                                                             |
| [Autenticación](/resources/fundamentals/authentication)                                                                                                        | OAuth 1.0a User Context                | OAuth 1.0a User Context<br /><br />OAuth 2.0 Authorization Code with PKCE |
| [Límites de tasa](/x-api/fundamentals/rate-limits) de solicitud predeterminados                                                                                | Ninguno                                | 50 solicitudes por 15 min por usuario                                     |
| Requiere el uso de credenciales de una [developer App](/resources/fundamentals/developer-apps) asociada a un [Project](/resources/fundamentals/developer-apps) |                                        | ✔                                                                         |

### Otros recursos de migración

[Manage Posts: Standard v1.1 a X API v2](/x-api/posts/manage-tweets#standard-v1-1-compared-to-x-api-v2 "Manage Posts: Standard v1.1 a X API v2")

[Centro de migración de la X API](/x-api/migrate/overview)
