Delete 2FA Method
DELETE
/auth/two_factor/{id}
Removes user method after re-verification.
Authorizations
SessionAuth
Session ID for authenticated requests
Type
API Key (header: X-Session-ID)
Parameters
Path Parameters
id*
Type
Requiredstring
Request Body
application/json
JSON "verification_code": "string", "verification_method_id": "string"
{
}
Responses
Method removed
application/json
JSON "success": true, "message": "Method removed"
{
}