POST Api/users/RevokeLicense
Request Information
URI Parameters
None.
Body Parameters
RemoveUserBindingModelName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "72d077c8-4c72-4d12-9799-98d0f2d1f1b5" }
application/xml, text/xml
Sample:
<RemoveUserBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models"> <ID>72d077c8-4c72-4d12-9799-98d0f2d1f1b5</ID> </RemoveUserBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.