The Jira online REST API doc is wrong about how you can delete actors from a project role. As below it says the query string is user={username}, but it turns out to be inaccurate, even you still get the 204 response code. The right query string is should user=userkey. I have tested and verified this.
