Skip to main content

Delete table via blocks API

  • July 30, 2021
  • 1 reply
  • 72 views

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

  • Author
  • New Participant
  • 2 replies
  • August 4, 2021

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