DeleteMfaDevice overview
Delete MFA device command for PingOne CLI
Added in v0.0.1
Table of contents
utils
deleteMfaDevice
Command to delete an MFA device for a user in PingOne.
Signature
export declare const deleteMfaDevice: Command.Command<
"delete_mfa_device",
OAuthService | HttpClient | CredentialService,
PingOneValidationError | PingOneAuthError | PingOneApiError | HttpClientError | ParseError,
{
readonly userId: string
readonly deviceId: string
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted<string>>
}
>
Added in v0.0.1