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

# Delete User Account

`DELETE /v1/user`

Initiates the deletion process for the currently authenticated User, by sending a deletion confirmation email. The email contains a link that the user needs to visit in order to proceed with the deletion process.

## Request body

- object
  - `reasons` object[] — Optional array of objects that describe the reason why the User account is being deleted.
    - `slug` string, required — Idenitifier slug of the reason why the User account is being deleted.
    - `description` string, required — Description of the reason why the User account is being deleted.

## Response `202`

Response indicating that the User deletion process has been initiated, and a confirmation email has been sent.

- object
  - `id` string, required — Unique identifier of the User who has initiated deletion.
  - `email` string, required — Email address of the User who has initiated deletion.
  - `message` string, required — User deletion progress status.

## Other responses

- `400` — One of the provided values in the request body is invalid.
- `401`
- `402`
- `403` — You do not have permission to access this resource.
- `410`

## Changes

- **2026-07-21** `2ae10ee9d21c` — 1 info
  - added the non-success response with the status `410`

[Change history](https://skmtc.dev/vercel/apis/api/changes/v1/user/delete.md)

---

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