Delete userFlowLanguagePage
Namespace: microsoft.graph
Deletes the values in an userFlowLanguagePage object. You may only delete the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow.
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.
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | IdentityUserFlow.ReadWrite.All | Not available. |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | IdentityUserFlow.ReadWrite.All | Not available. |
The work or school account needs to belong to one of the following roles:
- Global administrator
- External Identity User Flow administrator
HTTP request
To reference the content within the object, you must use $value
. This returns the content within the object and allows you to reference it directly.
DELETE /identity/b2xUserFlows/{id}/languages/{id}/overridesPages/$value
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
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
Here's an example of the request.
DELETE https://graph.microsoft.com/beta/identity/b2xUserFlows/B2X_1_Partner/languages/en/overridesPages/selfasserted1_1/$value
Response
Here's an example of the response.
HTTP/1.1 204 No Content
Feedback
Submit and view feedback for