---
title: "Delete a User"
method: DELETE
path: "/v1/users/{userId}"
tags: ["User Management"]
---

# Delete a User

`DELETE /v1/users/{userId}`

This API allows you to delete a User. We do not retain user information, so you must re-authenticate as a new user if you need to connect again.

## Path parameters

- `userId` string, required

## Response `200`

- ResponseStatus
  - `code` number
  - `desc` string
  - `messages` Message[]
    - `desc` string, required
    - `type` 'ERROR' | 'WARN' | 'INFO'

## Other responses

- `400` — Bad request response
- `401` — Unauthorized response
- `404` — Not found response
- `500` — Internal server error response

---

[API](https://skmtc.dev/spinwheel/apis/discover.md) · [All operations](https://skmtc.dev/spinwheel/apis/discover/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spinwheel/discover/revisions/55b90a2e1dd4/schema)
