remove
Member
@DeleteMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}/" + SESSION_KEY + "/" + MEMBERS_KEY
+ "/{" + MEMBER_IDENTIFIER_KEY + "}"",
headers = []
)
Method to remove a member from the system
Return
the result of the request as String
Parameters
userId
The identifier of the user
token
The token of the user
memberId
The identifier of the member to remove