---
title: "Deletes the user with the specified id"
method: DELETE
path: "/users/{user_id}"
tags: ["Users"]
---

# Deletes the user with the specified id

`DELETE /users/{user_id}`

Deletes the user with the specified id and removes permissions from all dashboards.

## Path parameters

- `user_id` integer, required

## Response `204`

The user was deleted.

## Other responses

- `401` — Unauthorized. Sent if the API key is omitted or invalid.
- `404` — No user in the account matches the provided id.

---

[API](https://skmtc.net/textrequest/apis/text-request-api-v3.md) · [All operations](https://skmtc.net/textrequest/apis/text-request-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textrequest/text-request-api-v3/revisions/e4e42efcd650/schema)
