delete_ab_test¶
Operation¶
delete_ab_test
async
¶
delete_ab_test(input: DeleteABTestInput, plugins: list[Plugin] | None = None) -> DeleteABTestOutput
Deletes an A/B test and its associated gateway rules.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteABTestInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteABTestOutput
|
An instance of |