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

# Delete Account (Platform)

> Elimina una cuenta. Requiere platformAppApiKey.

Elimina la cuenta indicada y sus datos asociados. Operación irreversible.

<ParamField header="api_access_token" type="string" required>
  Token **platformAppApiKey**.
</ParamField>

<ParamField path="account_id" type="integer" required>
  ID de la cuenta a eliminar.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE 'https://app.yampi.ai/platform/api/v1/accounts/42' \
    -H 'api_access_token: TU_PLATFORM_TOKEN' \
    -H 'Content-Type: application/json'
  ```
</RequestExample>

Respuesta típica: **200** sin cuerpo o **204**. Errores: **401**, **404**.
