---
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

## Changes

- **2024-08-06** `c36d30a94622` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openai-api-2/changes/organization/users/:user_id/delete.md)

---

[API](https://skmtc.dev/openai/apis/openai-api-2.md) · [All operations](https://skmtc.dev/openai/apis/openai-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openai-api-2/revisions/2f8ca92b9b18/schema)
