Amazon.APIGateway.AmazonAPIGatewayClient.DeleteUsagePlanKey C# (CSharp) Method

DeleteUsagePlanKey() public method

Deletes a usage plan key and remove the underlying API key from the associated usage plan.
/// /// /// /// /// /// /// /// /// ///
public DeleteUsagePlanKey ( DeleteUsagePlanKeyRequest request ) : DeleteUsagePlanKeyResponse
request Amazon.APIGateway.Model.DeleteUsagePlanKeyRequest Container for the necessary parameters to execute the DeleteUsagePlanKey service method.
return DeleteUsagePlanKeyResponse
        public DeleteUsagePlanKeyResponse DeleteUsagePlanKey(DeleteUsagePlanKeyRequest request)
        {
            var marshaller = new DeleteUsagePlanKeyRequestMarshaller();
            var unmarshaller = DeleteUsagePlanKeyResponseUnmarshaller.Instance;

            return Invoke<DeleteUsagePlanKeyRequest,DeleteUsagePlanKeyResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient