---
title: "Delete SCIM user"
method: DELETE
path: "/api/organizations/{name}/scim-provisioning/v2/Users/{userId}"
tags: ["scim"]
---

# Delete SCIM user

`DELETE /api/organizations/{name}/scim-provisioning/v2/Users/{userId}`

Removes a user from the organization and deletes any pending invitations for non-managed organizations.

## Path parameters

- `name` string, required
- `userId` string, required

## Response `204`

User removed from organization

- unknown

## Other responses

- `404` — User not found or not provisioned

---

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