---
title: "Remove Company User"
method: POST
path: "/internal/company/remove-user"
tags: ["internal"]
---

# Remove Company User

`POST /internal/company/remove-user`

Soft-delete a user at a company (admin) — for offboarding someone who no
longer works there. Same soft delete as the tenant self-serve flow, but scoped
by an explicit company_id rather than the caller's own company.

## Response `200`

Successful Response

- RemoveUserResponse
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
