Disable TOTP
Disable TOTP (Time-based One-Time Password) authentication. It requires two-factor authentication verification.
DELETE
/auth/totp
curl \
--request DELETE 'http://api.example.com/auth/totp' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"totp":"string","email_otp":"string","fido_authentication_response":{},"recovery_code":"string"}'
Request examples
{
"totp": "string",
"email_otp": "string",
"fido_authentication_response": {},
"recovery_code": "string"
}