If you want to switch back to the Flow internal storage, and disable the option of saving your runtime data in your own external storage, you can.
Here is how to:
- Click API.
This opens the in-built Flow API editor. - Copy-paste api/admin/1/tenant in the address bar and click GET.
This will populate the Response column with your tenant information as JSON. - Copy the JSON and paste it in the Request column.
- Change the value of globeStoreId under externalStorageSettings from the id of your datastore to null.
- Click POST.
That’s all! Your tenant is updated with the new settings now. New runtime data will now be saved to the default Flow internal storage going forward.