ejectUser
POST/users/:publicKey/eject
Ejects a user given their public key. In the case of failure, a rejected promise is returned to the caller.
Request
Responses
- 200
 - 400
 - 401
 - 500
 
Successful operation
Bad Request.
User is not authorized to perform this action.
Unable to fullfil request due to internal server error.