How to delete files on GCS
Hi @Kai1
It looks like our GCS integration doesn't support delete requests, however, you can hit the GCS REST API to delete files as per these docs. Setting up a REST API resource for GCS is a little more complicated but if you follow our docs on creating a Google OAuth2.0 client and setting up OAuth2.0 on your resource, then provide your resource with the appropriate scopes you should be good to go!
Does that work?
Hey all! GCS resources should support delete requests as of version 3.11