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

## Changes

- **2026-08-22** `1223758be9ba` — 1 breaking
  - added the pattern `^auth0\|[A-Za-z0-9]+$` to the `path` request parameter `user_id`

[Change history](https://skmtc.dev/coactive/apis/api-reference/changes/api/v1/auth-management/users/:user_id/delete.md)

---

[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/1223758be9ba/schema)
