Endpoint
DELETE /mfa/authenticators/{AUTHENTICATOR_ID}
Deletes an associated authenticator using its ID. You can get authenticator IDs by listing the authenticators.
To access this endpoint, you must set an Access Token in the Authorization header, with the following claims:
scope:remove:authenticatorsaudience:https://{yourDomain}/mfa/
Path Parameters
string
required
The ID of the authenticator to delete.
Headers
string
required
The Access Token obtained during login.