Authorizations
Path Parameters
Required string length:
36Example:
Available options:
totp, passkey, email curl --request PUT \
--url https://app.dynamicauth.com/api/v0/organizations/{organizationId}/mfaSettings/{mfaDeviceType}/disable \
--header 'Authorization: Bearer <token>'{
"enabledAt": "2023-11-07T05:31:56Z",
"mfaDeviceType": "totp"
}36totp, passkey, email Was this page helpful?
curl --request PUT \
--url https://app.dynamicauth.com/api/v0/organizations/{organizationId}/mfaSettings/{mfaDeviceType}/disable \
--header 'Authorization: Bearer <token>'{
"enabledAt": "2023-11-07T05:31:56Z",
"mfaDeviceType": "totp"
}