DELETE api/groups/{id}/members?field={field}
Remove a list of Users from a group (Available to Admin Accounts Only)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The unique group id |
integer |
Required |
field |
What field to use when finding a user - 'id', 'username' or 'email' are valid options. |
string |
Default value is id |
Body Parameters
The List of Users, the values used will match against the field to find the user.
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.