---
title: "Remove project member"
method: DELETE
path: "/v1/projects/{projectId}/members/{id}"
tags: ["Project"]
---

# Remove project member

`DELETE /v1/projects/{projectId}/members/{id}`

Removes a member from a project. Project owners can remove any member, and managers can remove regular members. The project owner cannot be removed through this endpoint.

## Path parameters

- `projectId` string, required
- `id` string, required

## Response `200`

Project member successfully removed

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions to remove this project member
- `404` — Project or project 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/versions/fbe59bacb638/schema)
