Disable MFA
Disables multi-factor authentication for the authenticated user.
POST
/api/users/mfa/disableRequest
curl
curl -X POST https://platform.trickest.com/api/users/mfa/disable \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200MFA disabled successfully
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring