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

# Delete User

`DELETE /users/{userId}`

Deletes a user based on the user ID supplied. Note that users are hard-deleted, and this is not reversible. If a user is a system user, it cannot be deleted.
### Authorization Required:
  - Designer Administrator

## Path parameters

- `userId` string, required

## Response `204`

User deleted

## Other responses

- `default` — Error

---

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