Delete accessReviewScheduleDefinition

Namespace: microsoft.graph

Deletes an accessReviewScheduleDefinition object.

Note

This article provides steps about how to delete personal data from the device or service and can be used to support your obligations under the GDPR. For general information about GDPR, see the GDPR section of the Microsoft Trust Center and the GDPR section of the Service Trust portal.

Permissions

One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.

Permission type Permissions (from least to most privileged)
Delegated (work or school account) AccessReview.ReadWrite.All
Delegated (personal Microsoft account) Not supported.
Application AccessReview.ReadWrite.All

For delegated scenarios, the signed-in user must have one of the following Azure AD roles.

Write access reviews of a group or app Write access reviews of an Azure AD role
User Administrator
Identity Governance Administrator
Global Administrator
Identity Governance Administrator
Privileged Role Administrator
Global Administrator

HTTP request

DELETE /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinitionId}

Request headers

Name Description
Authorization Bearer {token}. Required.

Request body

Do not supply a request body for this method.

Response

If successful, this method returns a 204 No Content response code.

Examples

Request

DELETE https://graph.microsoft.com/v1.0/identityGovernance/accessReviews/definitions/3856fd6f-36e2-4152-97c9-76070d19f730

Response

HTTP/1.1 204 No Content