Removes a member from the specified project.
Removes the specified member from the project.
<Check title="Required Permissions" icon="key">The user must be the project creator or have `project-master-data:manage` permission.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project.
Request
The model to remove the project member.
userId
The id of the user to remove from the project.
Response
No Content
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

