Help

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.

Delete table via blocks API

Topic Labels: Custom Extensions
1376 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Karthik_Nataraj
4 - Data Explorer
4 - Data Explorer

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 way to get the cookie and make the REST API call, still have to explore on sessions

1 Reply 1
Karthik_Nataraj
4 - Data Explorer
4 - Data Explorer

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 same around updating locks for fields and tables. Wanted to understand the things which are stopping