object mfa.delete(array mfaids)
This method allows to delete MFA methods.
This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See User roles for more information.
(array)
IDs of the MFA methods to delete.
(object)
Returns an object containing the IDs of the deleted MFA methods under the mfaids
property.
Delete an MFA method.
Response:
CMfa::delete() in ui/include/classes/api/services/CMfa.php.