Microsoft Graph · Schema

deleteAction

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name 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.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdeleteaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deleteAction",
  "title": "deleteAction",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the item that was deleted.",
      "nullable": true
    },
    "objectType": {
      "type": "string",
      "description": "File or Folder, depending on the type of the deleted item.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}