---
title: "Remove an account from this browser"
method: DELETE
path: "/users/auth/accounts/{handle}"
tags: ["User"]
---

# Remove an account from this browser

`DELETE /users/auth/accounts/{handle}`

## Path parameters

- `handle` string, required

## Response `200`

Default Response

- object
  - `accounts` object[], required
    - `handle` string, required
    - `user` object, required
      - `id` string, required
      - `email` string, email, required
      - `userMetadata` object, required
        - `name` string, required
        - `picture` string
    - `status` 'active' | 'available' | 'expired', required
    - `expiresAt` union, required
      - string
      - unknown
    - `lastUsedAt` string, required
  - `maxAccounts` integer, required

---

[API](https://skmtc.dev/gamebeast/apis/gamebeast-api.md) · [All operations](https://skmtc.dev/gamebeast/apis/gamebeast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gamebeast/gamebeast-api/revisions/e9940594b0cc/schema)
