class Aws::APIGateway::Types::DeleteUsagePlanKeyRequest
The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan.
@note When making an API call, you may pass DeleteUsagePlanKeyRequest
data as a hash: { usage_plan_id: "String", # required key_id: "String", # required }
@!attribute [rw] usage_plan_id
\[Required\] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer. @return [String]
@!attribute [rw] key_id
\[Required\] The Id of the UsagePlanKey resource to be deleted. @return [String]
Constants
- SENSITIVE