PUT - Unequip an asset
Use this endpoint to unequip an asset from a user's avatar
PUT
https://api.readyplayer.me/v1/avatars/:id/unequip
Path Parameters
Name | Type | Description |
---|---|---|
* | String | The id of the avatar you want to remove the asset from |
Request Body
Name | Type | Description |
---|---|---|
data.assetId* | String | The id of the asset you want to unequip |
Example Request Body
Last updated