---
title: "Delete a User"
method: DELETE
path: "/scim/v2/sso/{connection_name}/Users/{id}"
tags: ["Users (scim/v2)"]
---

# Delete a User

`DELETE /scim/v2/sso/{connection_name}/Users/{id}`

[![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)

Make a request to delete a user.

Permanently removes the user from the organization. This operation will also cascade delete
all of the user's associated resources, including API keys and any other user-specific configurations.
This action cannot be undone.

## Path parameters

- `connection_name` string, required
- `id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error

## Changes

- **2026-09-18** `83f5e4fbfe08` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/confluent/apis/confluent-cloud-apis/changes/scim/v2/sso/:connection_name/Users/:id/delete.md)

---

[API](https://skmtc.dev/confluent/apis/confluent-cloud-apis.md) · [All operations](https://skmtc.dev/confluent/apis/confluent-cloud-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/confluent/apis/confluent-cloud-apis/revisions/cd93f933f941?raw)
