• import { removeItem } from "@esri/arcgis-rest-portal";
    //
    removeItem({
    id: "3ef",
    authentication
    })

    Delete an item from the portal. See the REST Documentation for more information.

    Parameters

    Returns Promise<{
        itemId: string;
        success: boolean;
    }>

    A Promise that deletes an item.