Last updated 10 months ago
Was this helpful?
Disable MFA on this account using an TOTP token.
/api/user/mfa/totp/clear
Valid TOTP token
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/user/mfa/totp/clear' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"totpToken":"text"}'
{ "success": true, "error": "text" }