apigateway_delete_authorizer: Deletes an existing Authorizer resource
Description
Deletes an existing Authorizer resource.<div class="seeAlso">
AWS CLI</div>
Usage
apigateway_delete_authorizer(restApiId, authorizerId)
Arguments
restApiId
[required] [Required] The string identifier of the associated RestApi.
authorizerId
[required] [Required] The identifier of the Authorizer resource.
Request syntax
svc$delete_authorizer(
restApiId = "string",
authorizerId = "string"
)