Forum Discussion
Restful powerBI delete streaming
thank you,
what would a http request for a DELETE preformed on a "historic" data of a streaming dataset.
That is what I was refering to actually. I need to clear the historic data.
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_Zhang9 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?