---
title: "Delete a user"
method: DELETE
path: "/users/{user_id}"
tags: ["User"]
---

# Delete a user

`DELETE /users/{user_id}`

Delete a user; you cannot delete your own account.

## Path parameters

- `user_id` integer, required — ID of the user to delete.

## Query parameters

- `cookie_name` string, nullable
- `tenant_id` integer

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Administrator privileges required for the user's tenant.
- `404` — No user exists with the given id.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/revisions/b53e89b98c2b/schema)
