Skip to content

Latest commit

 

History

History
106 lines (81 loc) · 4.07 KB

smsauthenticationmethodconfiguration-delete.md

File metadata and controls

106 lines (81 loc) · 4.07 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
Delete smsAuthenticationMethodConfiguration
Delete an smsAuthenticationMethodConfiguration object.
luc-msft
intelligentaccesspm
medium
entra-sign-in
apiPageType

Delete smsAuthenticationMethodConfiguration

Namespace: microsoft.graph

Remove changes made to the SMS authentication method policy by reverting the policy to its default 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]

[!INCLUDE rbac-authentication-methods-policy-apis-write]

HTTP request

DELETE /policies/authenticationMethodsPolicy/authenticationMethodConfigurations/sms

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/authenticationMethodsPolicy/authenticationMethodConfigurations/sms

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