Skip to content

Latest commit

 

History

History
106 lines (76 loc) · 3.42 KB

File metadata and controls

106 lines (76 loc) · 3.42 KB
title approvalItem: cancel
description Cancel the approval item. The owner of the approval can trigger this endpoint.
author asgautam1997
ms.localizationpriority medium
ms.subservice approvals
doc_type apiPageType
ms.date 09/10/2024

approvalItem: cancel

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Cancel the approval item. The owner of the approval is the only user who can trigger this endpoint.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

HTTP request

POST /solutions/approval/approvalItems/{approvalItemId}/cancel

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 202 Accepted response code with the operation location in the header.

Examples

Request

The following example shows a request.

POST https://graph.microsoft.com/beta/solutions/approval/approvalItems/ad65e077-4920-4bbd-a57e-b7f152958b83/cancel

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

The following example shows the response.

HTTP/1.1 202 Accepted
Location: https://graph.microsoft.com/beta/solutions/approval/operations/1a837203-b794-4cea-8def-47a7d1f89335