Inventory

Unequip Own Inventory Slot

DELETE
/inventory/{inventoryItemId}/equip

Unequips the InventoryItem in the given slot of the inventory of the currently logged in user.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

inventoryItemId*string

Selector for inventory slot management.

Default""
Value in"" | "drone" | "portal" | "warp"

Response Body

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/inventory/drone/equip"
"OK"
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}