Delete a Feature Flag Ruledelete https://app.vwo.com/api/v2/accounts/{account_id}/environments/{environment_id_or_key}/features/{feature_id_or_key}/rules/{rule_id_or_key}Request URI Deleting a Feature Flag Rule DELETE /accounts/123456/environments/1/features/1/rules/1 Sample Request Body JSON{ "isEnabled": 0 }