---
title: "Remove team member"
method: DELETE
path: "/v1/teams/{teamId}/members/{id}"
tags: ["Team"]
---

# Remove team member

`DELETE /v1/teams/{teamId}/members/{id}`

Removes a member from a team. Team owners can remove any member, and managers can remove regular members.

## Path parameters

- `teamId` string, required
- `id` string, required

## Response `200`

Team member successfully removed

## Other responses

- `401` — Not authorized to remove this team member
- `404` — Team or team member not found

---

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