delete_authorizer¶
Operation¶
delete_authorizer
async
¶
delete_authorizer(input: DeleteAuthorizerInput, plugins: list[Plugin] | None = None) -> DeleteAuthorizerOutput
Deletes an existing Authorizer resource.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteAuthorizerInput
|
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 |
|---|---|
DeleteAuthorizerOutput
|
An instance of |
Input¶
DeleteAuthorizerInput
dataclass
¶
Request to delete an existing Authorizer resource.
Output¶
DeleteAuthorizerOutput
dataclass
¶
Dataclass for DeleteAuthorizerOutput structure.