Groups resouce
Remove user from a group
OVERVIEW
To remove a user from a secific group
Request
DELETE /groups/{groupid}/users/{userid}
Response
2xx or 3xx in case of success, 4xx or 5xx in case of failure.
Body content in case of failure
<error>
<ref> Error reference code in at which full stack trace can be obtained</ref>
<summery> Details for the error </summery>
<atom:link rel="self" href="…/errors/200" /> // returns the full strack trace and other details for why the error happened
</error>
Last Updated: Nov 08,2024
Comments
0 Comments