Connectors
...
Actions
Delete Temporary Access Pass Auth Method
4 min
description removes a user's temporary access pass authentication method in microsoft graph api using their email address and id endpoint url /v1 0/users/{{email address}}/authentication/temporaryaccesspassmethods/{{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 temporary access pass authentication method output example \[ { "status code" 204, "response headers" {}, "reason" "no content", "response text" "" } ] output parameters status code (number) reason (string) response text (string)