---
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`

---

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