Inventory

Delete Own Inventory Item

DELETE
/inventory/{inventoryItemId}

Deletes an InventoryItem from the inventory of the currently logged in user.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

inventoryItemId*string

Must be a valid inventory item ID.

Response Body

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/inventory/inv_00000000-0000-0000-0000-000000000000"
{
  "success": true
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}