Toggle Feature Flag Rule Statuspatch https://app.vwo.com/api/v2/accounts/{account_id}/environments/{environment_id_or_key}/features/{feature_id_or_key}/rules/{rule_id_or_key}/toggleRequest URI Creating a Feature Flag Rule POST /accounts/123456/environments/1/features/1/rules Sample Request Body JSON{ "isEnabled": 1 }