---
title: "Delete user"
method: DELETE
path: "/acc-api/users/{userId}"
tags: ["User"]
---

# Delete user

`DELETE /acc-api/users/{userId}`

Deletes a specific user

## Path parameters

- `userId` integer, required

## Response `204`

User deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — User not found
- `500` — Internal server error

---

[API](https://skmtc.dev/nimtable/apis/nimtable-account-api.md) · [All operations](https://skmtc.dev/nimtable/apis/nimtable-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nimtable/nimtable-account-api/revisions/c863d4c0adcd/schema)
