delete_usage_plan¶
Operation¶
delete_usage_plan
async
¶
delete_usage_plan(input: DeleteUsagePlanInput, plugins: list[Plugin] | None = None) -> DeleteUsagePlanOutput
Deletes a usage plan of a given plan Id.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteUsagePlanInput
|
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 |
|---|---|
DeleteUsagePlanOutput
|
An instance of |
Input¶
DeleteUsagePlanInput
dataclass
¶
Output¶
DeleteUsagePlanOutput
dataclass
¶
Dataclass for DeleteUsagePlanOutput structure.