---
title: "Delete user"
method: DELETE
path: "/v2/users/{userId}"
tags: ["Users"]
---

# Delete user

`DELETE /v2/users/{userId}`

This endpoint deletes a user by user ID.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/spotnana/apis/user-management-api.md) · [All operations](https://skmtc.net/spotnana/apis/user-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/user-management-api/versions/920fb84cbf70/schema)
