| title | sharePointMigrationJobDeletedEvent resource type |
|---|---|
| description | Represents the deleted status of a SharePoint migration job. |
| author | wenzhou |
| ms.date | 11/17/2025 |
| ms.localizationpriority | medium |
| ms.subservice | onedrive |
| doc_type | resourcePageType |
| toc.title | SharePoint migration job deleted event |
Namespace: microsoft.graph
Represents the deleted status of a SharePoint migration job.
Inherits from sharePointMigrationEvent.
For the list of supported methods, see sharePointMigrationEvent.
| Property | Type | Description |
|---|---|---|
| correlationId | String | The correlation ID of a migration job. Read-only. Inherited from sharePointMigrationEvent. |
| eventDateTime | DateTimeOffset | The date and time when the job status changes to Deleted. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Inherited from sharePointMigrationEvent. |
| id | String | The unique identifier of this event. Read-only. Inherited from sharePointMigrationEvent. |
| jobId | String | The unique identifier of a migration job. Read-only. Inherited from sharePointMigrationEvent. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sharePointMigrationJobDeletedEvent",
"correlationId": "String",
"eventDateTime": "String (timestamp)",
"id": "String (identifier)",
"jobId": "String"
}