Function deleteStorageItem

  • Delete an existing LabKey Freezer Manager storage item. Note that deletion of freezers or locations within the freezer hierarchy will cascade the delete down the hierarchy to remove child locations and terminal storage locations. Samples in the deleted freezer location(s) will not be deleted but will be removed from storage.

    // Delete the freezer, which will delete the full hierarchy of non-terminal and terminal storage locations
    LABKEY.Storage.deleteStorageItem({
    type: 'Freezer',
    rowId: 8087,
    success: function(response) {
    console.log(response);
    }
    });

    Parameters

    Returns XMLHttpRequest

Generated using TypeDoc