---
title: "Delete User"
method: DELETE
path: "/api/v1/users/"
tags: ["users", "V1"]
---

# Delete User

`DELETE /api/v1/users/`

Delete a user.

## Request body

- UserDeleteRequest — Request model to delete a user.
  - `email` string, required — The email address of the user to delete
  - `reason` string, required — The reason for deleting the user

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/534f1f22c775/schema)
