# Disable two factor authentication **DELETE /actions/persons/{person_id}/disable-two-factor-authentication** Allow admin to disable two factor authentication for given user. An admin can't disable two factor authentication for other admins. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **person_id** (string(uuid)) Person unique identifier ## Responses ### 200 Two factor authentication disabled successfully #### Body: application/json (object) - **success** (boolean) Success flag ### 400 Inactive user or two factor authentication not enabled #### Body: application/json (object) - **error** (boolean) Error flag - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)