Connectors
...
Actions
Delete Email Authentication Method
4 min
description removes a specified email authentication method for a user in microsoft graph api using their email address and method id endpoint url /v1 0/users/{{email address}}/authentication/emailmethods/{{emailmethods id}} method delete inputs path parameters (object) – required email address (string) – required the account associated with the email emailmethods id (string) – required the id of the email authentication method, referenced by , is always 3ddfcfc8 9383 446f 83cc 3ab9be4be18f delete the email method from your own account for a signed in user to update their own authentication method, they must have satisfied a multi factor authentication requirement during sign in output example \[ { "status code" 204, "response headers" {}, "reason" "no content", "response text" "" } ] output parameters status code (number) reason (string) response text (string)