Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.01 KB

authenticationlistener-delete.md

File metadata and controls

78 lines (53 loc) · 2.01 KB
title description author ms.localizationpriority ms.subservice doc_type
Delete authenticationListener
Deletes an authenticationListener from an event supported by an authenticationEventsPolicy.
nanguil
medium
entra-sign-in
apiPageType

Remove authenticationListener

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Delete the specified authenticationListener defined for the onSignupStart event in the authentication pipeline.

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 /identity/events/onSignupStart/{id}

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/beta/identity/events/onSignupStart/{id}

Response

The following example shows the response.

HTTP/1.1 204 No Content