delete_usage_plan_key¶
Operation¶
delete_usage_plan_key
async
¶
delete_usage_plan_key(input: DeleteUsagePlanKeyInput, plugins: list[Plugin] | None = None) -> DeleteUsagePlanKeyOutput
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteUsagePlanKeyInput
|
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 |
|---|---|
DeleteUsagePlanKeyOutput
|
An instance of |
Input¶
DeleteUsagePlanKeyInput
dataclass
¶
Output¶
DeleteUsagePlanKeyOutput
dataclass
¶
Dataclass for DeleteUsagePlanKeyOutput structure.