DELETE api/v1/membergames/manage/{memberGameId}/deletemember/{memberId}
Removes the member from the member game - removes all aliases. This can only be called by the game owner
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberGameId |
The member game id |
integer |
Required |
| memberId |
The member id to remove -- cannot be the owner |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, text/plain, application/xml, text/xml
Sample:
Sample not available.