> ## 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 User

> Elimina un usuario de una cuenta. Requiere platformAppApiKey.

Requiere body o query con el user a eliminar según OpenAPI. **platformAppApiKey**.

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

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