# This method will delete a User2Factor Object, requires a valid 2fa code **DELETE /api/base/2fa/delete/{id}/{code}** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Path parameters - **id** (string) - **code** (string) ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 This method will delete a User2Factor Object, requires a valid 2fa code #### Body: application/json (object) - **id** (integer) - **factor_type** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **deleted** (boolean) [Powered by Bump.sh](https://bump.sh)