removeMember
@PatchMapping(path = ""/{" + IDENTIFIER_KEY + "}/" + PROJECTS_KEY + "/{" + PROJECT_IDENTIFIER_KEY + "}" + REMOVE_MEMBER_ENDPOINT", headers = [])
Method to remove a member from a project
Return
the result of the request as String
Parameters
id
: the identifier of the user
projectId
: the project identifier from remove the member
token
: the token of the user
payload
: payload of the request
{
"member_id": "the identifier of the member to remove", -> [String]
}
Content copied to clipboard