Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.5 KB

File metadata and controls

59 lines (45 loc) · 1.5 KB
author daspek
description The presence of the DeleteAction resource on an itemActivity indicates that the activity deleted an item.
ms.date 09/14/2017
title DeleteAction
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint

DeleteAction resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The presence of the DeleteAction resource on an itemActivity indicates that the activity deleted an item.

Properties

Property Type Description
name string The name of the item that was deleted.
objectType string File or Folder, depending on the type of the deleted item.

Relationships

None.

JSON representation

{
  "name": "string",
  "objectType": "File | Folder"
}

Remarks

Item activity records are currently only available on SharePoint and OneDrive for Business.