The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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