---
title: "Remove Member"
method: DELETE
path: "/teams/{team_id}/members/{member_user_id}"
tags: ["teams"]
---

# Remove Member

`DELETE /teams/{team_id}/members/{member_user_id}`

## Path parameters

- `team_id` string, required
- `member_user_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/8c05b8b9a5c4?raw)
