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

NameTypeDescription

*

String

The id of the avatar you want to remove the asset from

Request Body

NameTypeDescription

data.assetId*

String

The id of the asset you want to unequip

Example Request Body

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

Last updated