---
title: "Remove User"
method: DELETE
path: "/users"
tags: ["/users"]
---

# Remove User

`DELETE /users`

Delete a given `user`.

## Request body

- TenantRemoveUser — The schema used for removing a user
  - `email` string, required — The email of the user

## Response `200`

Successful Response

- EmptyResponse

## Other responses

- `422` — Validation Error

## Changes

- **2025-02-08** `d79ccb778953` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/contextualai/apis/endpoints/changes/users/delete.md)

---

[API](https://skmtc.dev/contextualai/apis/endpoints.md) · [All operations](https://skmtc.dev/contextualai/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/contextualai/endpoints/revisions/c8152db45500/schema)
