Connectors
...
Actions
Delete Phone Authentication Method
4 min
description removes a user's phone authentication method in microsoft graph api using their email address and the specific phonemethodid endpoint url /v1 0/users/{{email address}}/authentication/phonemethods/{{phonemethodid}} method delete inputs path parameters (object) – required email address (string) – required the account associated with the email phonemethodid (string) – required the id of the phone authentication method the phone method id values correspond to deleting specific phone types are b6332ec1 7057 4abe 9331 3d72feddfe41 for alternatemobile, e37fc753 ff3b 4958 9484 eaa9425c82bc for office, and 3179e48a 750b 4051 897c 87b9720928f7 for mobile output example \[ { "status code" 204, "response headers" {}, "reason" "no content", "response text" "" } ] output parameters status code (number) reason (string) response text (string)