POST badges/{username}/unbadge
Inactivate badges
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
username |
tenant's user name |
string |
Required |
Body Parameters
List of features to uncheck
UnbadgeRequestName | Description | Type | Additional information |
---|---|---|---|
Feature |
Feature |
string |
Required Max length: 15 |
Count |
Count |
integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "Feature": "sample string 1", "Count": 2 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.