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...
MiguelRosales
9 years agoRegular Visitor
I just found out that the name of the table is RealTimeData (default name)
When I try to delete it I get a 403, do I have to authenticate to be able to delete the data?
If yes, can someone provide information about about the authentication procedure in order to perform such action?
thanks
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.
- mthsdiniz7 years agoFrequent Visitor
Eric_Zhang is there anyway to execute this DELETE request from powershell?