---
title: "Remove User"
method: DELETE
path: "/api/v1/auth-management/users/{user_id}"
tags: ["userManagement"]
---

# Remove User

`DELETE /api/v1/auth-management/users/{user_id}`

Remove a user from the organization.

This endpoint permanently removes a user from the organization.
The user will no longer have access to any organization resources.

## Path parameters

- `user_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `422` — Validation Error

---

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