Forum Discussion
MiguelRosales
9 years agoRegular Visitor
Restful powerBI delete streaming
Hello, I'm fairly new to power BI, I'm currently working with the streaming restful API. I created the restful endpoint following a tutorial online and the POST operation works. I am able to push in...
Eric_Zhang
9 years agoMicrosoft Employee
The DELETE API can delete the historic dataset according to my test. You'll have to specifiy an field "Authorization" valuing the "Bearer token" in the HTTP request header.
See a quick way to get the token in this thread.
mthsdiniz
7 years agoFrequent Visitor
Eric_Zhang is there anyway to execute this DELETE request from powershell?