Deletes a usage plan key and remove the underlying API key from the associated usage plan.
apigateway_delete_usage_plan_key(usagePlanId, keyId)
[required] [Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
[required] [Required] The Id of the UsagePlanKey resource to be deleted.
An empty list.
svc$delete_usage_plan_key( usagePlanId = "string", keyId = "string" )