Delete Authorizer
apigateway_delete_authorizer | R Documentation |
Deletes an existing Authorizer resource¶
Description¶
Deletes an existing Authorizer resource.
Usage¶
apigateway_delete_authorizer(restApiId, authorizerId)
Arguments¶
restApiId |
[required] The string identifier of the associated RestApi. |
authorizerId |
[required] The identifier of the Authorizer resource. |
Value¶
An empty list.
Request syntax¶
svc$delete_authorizer(
restApiId = "string",
authorizerId = "string"
)