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

# POST /user/deletion/delete

`POST /user/deletion/delete`

## Request body

- DeletionFinishRequest
  - `deletionToken` string, required — Deletion token provided in the email letter

## Response `200`

Account deletion successful.

## Other responses

- `401` — Deletion token was not found.
- `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)
