---
title: "Removes a project member from the project with the specified id."
method: POST
path: "/projects/{projectId}/removeprojectmember"
tags: ["projects"]
---

# Removes a project member from the project with the specified id.

`POST /projects/{projectId}/removeprojectmember`

Removes a project member from the project with the specified id.
            
             <Check title="Required Permissions" icon="key">The user has to be the creator of the project or needs `manage` permissions of the feature `project-master-data`.</Check>

## Path parameters

- `projectId` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- ProjectMemberRemoveForm
  - `userId` string, uuid, required — The id of the user to remove from the project.

## Response `204`

No Content

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
