title: "policyDeletableItem resource type" description: "Represents policy types in Microsoft Entra that support soft-delete functionality." author: "ashyasingh" ms.date: 08/11/2025 ms.localizationpriority: medium ms.subservice: "entra-sign-in" doc_type: resourcePageType
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents policy types in Microsoft Entra that support soft-delete functionality. When deleted, you can restore these policies within a 30-day window, after which they are automatically and permanently deleted.
This resource is an abstract type from which the following resources inherit:
- crossTenantAccessPolicyConfigurationPartner
- crossTenantIdentitySyncPolicyPartner
- conditionalAccessPolicy
- namedLocation
Inherits from entity
None.
| Property | Type | Description |
|---|---|---|
| deletedDateTime | DateTimeOffset | Shows the last date and time the policy was deleted. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.policyDeletableItem",
"deletedDateTime": "String (timestamp)"
}