---
title: "Delete User"
method: DELETE
path: "/organizations/users/{userId}"
tags: ["Organization"]
---

# Delete User

`DELETE /organizations/users/{userId}`

Deletes an existing user from the organization. This operation is permanent and cannot be undone. The user will be removed from all teams and their access will be revoked. Requires proper permissions to delete users.

## Path parameters

- `userId` string, required

## Response `200`

User successfully deleted

## Other responses

- `400` — User not a member of the organization or cannot be deleted
- `401` — Valid API key required
- `500` — Unexpected server error. Please try again later.
- `default` — unexpected error

---

[API](https://skmtc.net/attention/apis/attention-service-v2.md) · [All operations](https://skmtc.net/attention/apis/attention-service-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attention/attention-service-v2/revisions/5de55d3804cf/schema)
