---
title: "Delete Account"
method: DELETE
path: "/v1/me"
tags: ["Account"]
---

# Delete Account

`DELETE /v1/me`

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- Me
  - `uid` string, required
  - `email` string, nullable, required
  - `email_verified` boolean, required
  - `account_setup` boolean, required
  - `require_email_verified` boolean
  - `display_name` string, required — Name that is used to identifythe account on the website
  - `provider` string, required — Authentication provider, e.g. 'github'
  - `picture` string, nullable, required
  - `is_admin` boolean, required
  - `can_access_agents` boolean — Whether the user may use the hosted-agents feature (admins, plus the AGENTS_ACCESS_UIDS allowlist)
  - `can_access_sandboxes` boolean — Whether the user may use the sandboxes feature (admins, plus the SANDBOXES_ACCESS_UIDS allowlist)
  - `name` string, required — Personal name
  - `first_name` string, required — First name of the user
  - `last_name` string, required — Last name of the user
  - `country` string, required — Country of the user
  - `is_business_account` boolean, required
  - `company` string, required — Company name
  - `website` string, required — Company website address
  - `title` string, required — Job title of the user, e.g. 'Software Engineer'
  - `is_team_account` boolean
  - `is_team_owner` boolean
  - `team_role` string, nullable
  - `team_display_name` string, nullable
  - `is_team_upgrade_enabled` boolean
  - `vercel_connection` MeVercelConnection
    - `user_id` string, required
    - `team_id` string, nullable
    - `installation_id` string, required
  - `google_linked` boolean — Whether a Google account is linked
  - `show_signup_form` boolean — Frontend should route the user into the post-signup account-details form
  - `checklist` Checklist
    - `email` boolean
    - `billing_address` boolean
    - `billing_address_info` BillingAddressOut
      - `name` string, nullable
      - `line1` string, nullable
      - `line2` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `postal_code` string, nullable
      - `country` string, nullable
    - `payment_method` boolean
    - `payment_method_info` PaymentMethodOut
      - `type` string, required
      - `card` PaymentMethodCard
        - `brand` string, nullable
        - `last4` string, nullable
        - `wallet` string, nullable
      - `us_bank_account` PaymentMethodBank
        - `bank_name` string, nullable
        - `last4` string, nullable
      - `cashapp` PaymentMethodCashApp
        - `cashtag` string, nullable
    - `suspended` boolean
    - `overdue_invoices` number
    - `last_checked` integer
    - `stripe_balance` number, required — Negative value indicates funds ready-to-spend. Positive value indicates money owed
    - `recent` number, required — usage since most recent invoice
    - `limit` number, nullable, required
    - `suspend_reason` 'balance' | 'payment-method' | 'overdue-invoices' | 'limit-reached' | 'admin' | 'bad-cc' | 'missing-address', required
    - `topup` boolean
    - `topup_amount` integer
    - `topup_threshold` integer
    - `topup_failed` boolean
    - `billing_type` string, nullable
    - `intermediate_invoicing_threshold` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/versions/51b817b3f80f/schema)
