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

# POST /user/deletion/request

`POST /user/deletion/request`

## Request body

- DeletionStartRequest
  - `email` string, required — Target email for account deletion

## Response `202`

Your request has been processed. If the email address provided is registered, it will receive a letter with further instructions.

## Other responses

- `400` — A validation error occured.
- `409` — Cannot delete accounts with active recurring subscriptions.
- `500` — An unknown error occured.

---

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