---
title: "Remove user member from organization"
method: DELETE
path: "/api/organizations/{id}/users/{userId}"
tags: ["Organizations"]
---

# Remove user member from organization

`DELETE /api/organizations/{id}/users/{userId}`

Remove a user's membership from the specified organization.

## Path parameters

- `id` string, required
- `userId` string, required

## Response `204`

The user was removed from the organization members successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The user is not a member of the organization.
- `422` — Unprocessable Content

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
