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

# Delete user

`DELETE /api/users/{userId}`

Deletes a user account by its unique identifier

## Path parameters

- `userId` string, required

## Response `204`

User deleted successfully

---

[API](https://skmtc.net/optimistiksas/apis/oibus-api.md) · [All operations](https://skmtc.net/optimistiksas/apis/oibus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimistiksas/oibus-api/revisions/fe8fd32c9fdc/schema)
