• Removes the item's resource that matches the filename with new content

    Parameters

    • itemId: string

      Id of the item to remove

    • filename: string

      Name of the resource file to remove

    • authentication: UserSession

      Credentials for the request to the storage

    Returns Promise<{
        success: boolean;
    }>

    A promise which resolves with a success true/false response