From 67b5868956aca7b228540094806a406b08041436 Mon Sep 17 00:00:00 2001 From: Derrick Ellerbie Date: Fri, 19 May 2023 13:14:31 -0700 Subject: [PATCH] Remove profile_use_vaos_v2_api feature flag --- config/features.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/features.yml b/config/features.yml index f4d27cce39d..8203ecfbfd7 100644 --- a/config/features.yml +++ b/config/features.yml @@ -538,10 +538,6 @@ features: description: "Use an accessible component for Profile application information card sections" enable_in_development: true actor_type: user - profile_use_vaos_v2_api: - description: "Use the new VAOS v2 API endpoints" - enable_in_development: true - actor_type: user profile_use_vafsc: description: "Use VA Forms System Core for forms instead of schema based forms" actor_type: user