v1

latestOpenAPI 3.0.32026-07-13142734.3 KB
avatar

Unequip an asset

Use this endpoint to unequip an asset from a user's avatar

put/avatars/{avatarId}/unequip

Path parameters

avatarIdstring required

The id of the avatar

Request body

Example request

{
  "data": {
    "assetId": "743a7c421b5a830535675049"
  }
}

Response

If the asset were successfully unequipped from the avatar, it would return status 204. No response body.