Connectors
...
Actions
Delete FIDO2 Authentication Method
4 min
description removes a user's fido2 security key authentication method in microsoft graph api by using the specified email address and method id endpoint url /v1 0/users/{{email address}}/authentication/fido2methods/{{id}} method delete inputs path parameters (object) – required email address (string) – required the account associated with the email id (string) – required the id of the fido2 security key authentication method output example \[ { "status code" 204, "response headers" {}, "reason" "no content", "response text" "" } ] output parameters status code (number) reason (string) response text (string)