microsoft / PowerBI-Node

Node SDK and client library for Power BI REST APIs.
https://dev.powerbi.com
Other
79 stars 31 forks source link

Support for DELETE workspace API #18

Open wbreza opened 7 years ago

wbreza commented 7 years ago

Once the underlying API is available add DELETE workspace support into Node JS SDK

Steps:

  1. Update swagger doc for the delete API
  2. Regenerate Node client from swagger using autorest
cruise-insights commented 7 years ago

Hey, I pointed out the same issue, there isn't an api for workspace deletion. As of Now it seems workspace reallocation( report deletion) and workspace deletion (not preferred )are some alternatives .

I would love to contribute to the PowerBI Node SDK