---
title: "Delete user"
method: DELETE
path: "/scim/v2/users/{userId}"
tags: ["Users"]
---

# Delete user

`DELETE /scim/v2/users/{userId}`

Delete the specified user. Use the [Delete embed user](/api/users/delete-embed-user) endpoint to delete embed users.

<Warning>
  Deleting a user revokes their membership, which is **not reversible**: their schedules are deleted (unless transferred first) and their Personal Access Tokens are disabled. See [Revoking user memberships](/administration/users/delete) for the full list of consequences before using this operation.
</Warning>

## Path parameters

- `userId` string, required

## Response `204`

User deleted successfully

## Other responses

- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)

---

[API](https://skmtc.net/omni/apis/omni-api.md) · [All operations](https://skmtc.net/omni/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omni/omni-api/revisions/6b02f7349d0e/schema)
