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