Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Is it possible to delete an import in a group using the REST API? The documentation only has delete endpoints for reports and datasets, but not whole imports.
The Get Imports endpoints still lists the empty import after removing the report, so the group ends up with garbage imports.
This used to be possible for the old workspace collections, but DELETE seems to be unsupported for the import endpoint (
The requested resource does not support http method 'DELETE'
Thanks in advance!
Solved! Go to Solution.
Yes, you are right.
Currently there is no way to delete the imported PBIX file in a sinle Delete action.
Have you tried to delete the corresponding DataSet, with the Delete DataSet by ID option?
This should be able to remove the Import entry.
Regards,
Michael
Yes, you are right.
Currently there is no way to delete the imported PBIX file in a sinle Delete action.
Have you tried to delete the corresponding DataSet, with the Delete DataSet by ID option?
This should be able to remove the Import entry.
Regards,
Michael
That works, thank you. I guess I should have tried that. 🙂
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.