Appearance
Remove user from project.
DELETE
/backend/v1/projects/{project}/members/{userId}
Removes a user from a project. Only a project admin can perform this action.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
project*
Required
userId*
Typestring
RequiredResponses
Successful Response
application/json
JSON
{
"message": "string"
}