---
title: "Delete user membership from being an admin of an organization"
method: DELETE
path: "/members/{memberId}"
tags: ["Members"]
---

# Delete user membership from being an admin of an organization

`DELETE /members/{memberId}`

## Path parameters

- `memberId` string, required

## Response `204`

successful operation

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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