Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Is there a way to delete tables in a base programatically ?
The blocks API does allow creation of tables, the destroy although works via the REST API when called with the cookies
Will there be a base.DeleteTableAsync ? or can we use sessions in some ...
Also wanted to find out why we do not have delete as a part of the blocks API
In the REST API it seems like its a call to destroy with the tableID, what is limiting us from not having delete tables, delete fields as a part of the blocks API.
Also the...
I tried the blocks API, it is possible to create a table using an app. I was able to create a table with proper schema, although there is no destroy table in blocks