---
title: "Remove user from tenant"
method: POST
path: "/users/{id}/remove"
tags: ["Users"]
---

# Remove user from tenant

`POST /users/{id}/remove`

Remove a human user (type=user) from the current tenant. Not supported for service accounts; use DELETE /users/{id} for those.

## Path parameters

- `id` string, required

## Response `204`

No content

## Other responses

- `400` — Invalid request
- `404` — Not found
- `500` — Server error

## Changes

- **2026-09-01** `e1d4e27b5677` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/users/:id/remove/post.md)

---

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