delete_flow_version¶
Operation¶
delete_flow_version
async
¶
delete_flow_version(input: DeleteFlowVersionInput, plugins: list[Plugin] | None = None) -> DeleteFlowVersionOutput
Deletes a version of a flow.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteFlowVersionInput
|
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 |
|---|---|
DeleteFlowVersionOutput
|
An instance of |
Input¶
DeleteFlowVersionInput
dataclass
¶
Dataclass for DeleteFlowVersionInput structure.
Attributes¶
flow_identifier
class-attribute
instance-attribute
¶
flow_identifier: str | None = None
The unique identifier of the flow whose version that you want to delete