Skip to content

Api Gateway  >  Operations  >  delete_authorizer

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 DeleteAuthorizerInput.

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 DeleteAuthorizerOutput.

Input

DeleteAuthorizerInput dataclass

Request to delete an existing Authorizer resource.

Attributes

authorizer_id class-attribute instance-attribute
authorizer_id: str | None = None

The identifier of the Authorizer resource.

rest_api_id class-attribute instance-attribute
rest_api_id: str | None = None

The string identifier of the associated RestApi.

Output

DeleteAuthorizerOutput dataclass

Dataclass for DeleteAuthorizerOutput structure.