---
title: "Request the deletion of the user"
method: POST
path: "/user/deletion/request"
tags: ["user"]
---

# Request the deletion of the user

`POST /user/deletion/request`

Requests the deletion of the current user. It will trigger an email which has to be confirmed to start the deletion.

## Request body

- V1UserPasswordConfirmation
  - `password` string

## Response `200`

OK

- ModelsMessage
  - `message` string — A standard message.

## Other responses

- `412` — Bad password provided.
- `500` — Internal error

---

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