---
title: "Delete User"
method: DELETE
path: "/v1/admin/users/{user_id}"
tags: ["beta.admin.users"]
---

# Delete User

`DELETE /v1/admin/users/{user_id}`

Remove a member from the Organization.

## Path parameters

- `user_id` string, uuid, required — User ID.

## Response `200`

OK

- DeleteOUT
  - `message` string, required — Deletion result message.

---

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