Skip to content

Latest commit

 

History

History
110 lines (86 loc) · 3.94 KB

educationsynchronizationprofile-delete.md

File metadata and controls

110 lines (86 loc) · 3.94 KB
title description author ms.localizationpriority ms.subservice doc_type
Delete a educationSynchronizationProfile
Delete a school data synchronization profile in the tenant based on the identifier.
mmast-msft
medium
education
apiPageType

Delete a educationSynchronizationProfile

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Delete a school data synchronization profile in the tenant based on the identifier.

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

DELETE /education/synchronizationProfiles/{id}

Request headers

Name Type Description
Authorization string Bearer {token}. Required.

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 202 Accepted response code and no response body.

Example

Request

The following example shows a request.

DELETE https://graph.microsoft.com/beta/education/synchronizationProfiles/{id}

[!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 202 Accepted