Hi there,
I got this error exception below when trying to cancel REST intraday api
"This extraction request does not support cancellation. Details: report template: IntradayPricing"
Here is the code detail in c# :
-------------------------
var job = _extractionsContext.ExtractWithNotesStart(extractionIntra);
_extractionsContext.CancelJob(job);
-------------------------
Am I missing some config/option setting ? or any other method/function call to be used? is this just not supported for intradaypricing?
Thanks
Zohan