cURL
curl --request POST \ --url https://api.steamsets.com/v1/admin.removeVanity \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": { "accountId": 1, "steamId64": "<string>" }, "vanity": { "type": "steam", "value": "<string>" } } '
{ "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
OK
A URL to the JSON Schema for this object.
"https://api.steamsets.com/schemas/V1AdminRemoveVanityResponseBody.json"