---
title: "Remove Organization Member"
method: DELETE
path: "/api/platform/organizations/{org_id}/members"
tags: ["platform"]
---

# Remove Organization Member

`DELETE /api/platform/organizations/{org_id}/members`

Remove a user from an organization.

Requires ``owner`` on the ``members-organizations`` module instance
(derived from the DELETE method by the parent router gate). The user is
removed from the organization in both Auth0 (the source of truth) and FGA.

## Path parameters

- `org_id` string, required

## Query parameters

- `user_id` string, required — Auth0 user id to remove from the organization

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
