---
title: "start user self delete process (send a verification email to user) (Auth)"
method: POST
path: "/api/users/selfdelete/start"
tags: ["AppUser"]
---

# start user self delete process (send a verification email to user) (Auth)

`POST /api/users/selfdelete/start`

## Request body

- SelfDeleteViewModel — User Self Delete View Model
  - `password` string, nullable — user password
  - `callbackUrl` string, nullable — CallbackUrl

## Response `200`

OK

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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