Delete identityProvider (deprecated)

Namespace: microsoft.graph

Caution

This identity provider API is deprecated and will stop returning data after March, 2023. Please use the new identity provider API.

Delete an existing identityProvider.

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) IdentityProvider.ReadWrite.All
Delegated (personal Microsoft account) Not supported.
Application Not supported.

The work or school account must be a global administrator of the tenant.

HTTP request

DELETE /identityProviders/{id}

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

Example

The following example deletes an identityProvider.

Request
DELETE https://graph.microsoft.com/v1.0/identityProviders/Amazon-OAuth
Response
HTTP/1.1 204 No Content