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

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

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.

Request

The model to remove the project member.
userIdstringRequiredformat: "uuid"
The id of the user to remove from the project.

Response

OK