---
title: "Remove Member"
method: DELETE
path: "/api/admin/teams/{team_id}/members/{membership_id}"
tags: ["Admin"]
---

# Remove Member

`DELETE /api/admin/teams/{team_id}/members/{membership_id}`

Remove a member from a team

## Path parameters

- `team_id` string, required
- `membership_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qomplement/apis/fastapi.md) · [All operations](https://skmtc.dev/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/7a7c8e2b5afc/schema)
