Remove an Inventory Item Permanently

8 January 2024

  • C12 - add the verify parameter.

7 October 2016

  • Release 9.134 - added.
removeitem (Commands)
TypeCorrade progressive command
Commandremoveitem
DescriptionThe removeitem command deletes an inventory item or folder permanently.
Permissionsinventory
Parametersgroup, password, item
Last ChangesRelease 9.134 - added.

The removeitem command deletes an inventory item or folder permanently.

Command Required Parameters Required Corrade Permissions Example
removeitem group, password, item inventory
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "removeitem",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", "/My Inventory/Objects/Carrot" // or UUID
        ]
    )
);

item can be the path or the UUID of an inventory item or inventory folder.

Parameter Possible Value Description
verify True or False The verify parameter must be set to True in case this command is allowed to act upon system folders.

secondlife/scripted_agents/corrade/api/commands/removeitem.txt ยท Last modified: 2024/01/08 11:04 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.