delete_ab_test

Function delete_ab_test 

Source
pub async fn delete_ab_test(
    __arg0: State<ABTestingState>,
    __arg1: Query<EndpointQuery>,
) -> Result<Json<Value>, StatusCode>
Expand description

Delete an A/B test

DELETE /api/v1/ab-tests?method={method}&path={path}