Skip to content

Delete Api Key

apigateway_delete_api_key R Documentation

Deletes the ApiKey resource

Description

Deletes the ApiKey resource.

Usage

apigateway_delete_api_key(apiKey)

Arguments

apiKey

[required] The identifier of the ApiKey resource to be deleted.

Value

An empty list.

Request syntax

svc$delete_api_key(
  apiKey = "string"
)