Hello @Arghya ,
Thanks for the question and using MS Q&A platform.
As per my understanding you are trying to delete a file in Sharepoint online using Azure Data Factory. Please correct if I'm not accurate.
Currently delete activity in ADF only supports the below data stores and not sharepoint online. which is why you are receiving the above error.
As a workaround you may try exploring HTTP connector. OR you can use custom activity and write your own code to delete files from SharePoint.
Hope this info helps.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
Hello @Arghya ,
Thanks for your response. As mentioned in my previous response you cannot use HTTP connector in Delete activity. Only above-mentioned data sources are supported by Delete activity.
Have you a chance to try to delete the file from Sharepoint online using POSTMAN? If yes, then you may use the Web Activity with HTTP a connector to do the same. If you aren't able to do it using POSTMAN, then you do not achieve through ADF HTTP connector, and you will have to write your own code/logic and implement it using Custom activity.
Hope this clarifies.
Hello @Arghya ,
We still have not heard back from you. Just wanted to check if the above information was helpful? If it answers your query, please do click
Accept Answer
and/orUp-Vote
, as it might be beneficial to other community members reading this thread. And, if you have any further query do let us know.