Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.58 KB

File metadata and controls

66 lines (50 loc) · 1.58 KB
author spgraph-docs-team
description The Deleted resource indicates that the item has been deleted.
ms.date 09/10/2017
title Deleted
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice onedrive

Deleted facet

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The Deleted resource indicates that the item has been deleted. In this version of the API, the presence (non-null) of the resource value indicates that the file was deleted. A null (or missing) value indicates that the file is not deleted.

See view changes for an item for more information on tracking changes and finding deleted items.

Properties

Property Type Description
state String Represents the state of the deleted item.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "state": "string"
}

Remarks

For more information about the facets on a DriveItem, see DriveItem.