Learn R Programming

paws.networking (version 0.1.11)

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.

Value

An empty list.

Request syntax

svc$delete_authorizer(
  restApiId = "string",
  authorizerId = "string"
)