Skip to content

Latest commit

 

History

History
114 lines (81 loc) · 4.06 KB

crosstenantidentitysyncpolicypartner-delete.md

File metadata and controls

114 lines (81 loc) · 4.06 KB
title description author ms.localizationpriority ms.subservice doc_type
Delete crossTenantIdentitySyncPolicyPartner
Delete the user synchronization policy for a partner-specific configuration.
rolyon
medium
entra-sign-in
apiPageType

Delete crossTenantIdentitySyncPolicyPartner

Namespace: microsoft.graph

Delete the user synchronization policy for a partner-specific configuration.

[!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]

The signed-in user must also be assigned the following minimum directory role:

  • Security Administrator

HTTP request

DELETE /policies/crossTenantAccessPolicy/partners/{id}/identitySynchronization

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 204 No Content response code.

Examples

Request

The following example shows a request.

DELETE https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/9c5d131d-b1c3-4fc4-9e3f-c6557947d551/identitySynchronization

[!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]

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

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


Response

The following example shows the response.

HTTP/1.1 204 No Content