---
title: "Deletes a user from the organization."
method: DELETE
path: "/organization/users/{user_id}"
tags: ["Users"]
---

# Deletes a user from the organization.

`DELETE /organization/users/{user_id}`

## Path parameters

- `user_id` string, required

## Response `200`

User deleted successfully.

- UserDeleteResponse
  - `object` 'organization.user.deleted', required
  - `id` string, required
  - `deleted` boolean, required

---

[API](https://skmtc.net/openai/apis/openai-api-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
