Last updated 1 year ago
In both self-hosted Epsilla and Epsilla Cloud, you can use the following code to programmatically drop tables:
status_code, response = db.drop_table(table_name="MyTable")
await db.dropTable('MyTable');
On Epsilla Cloud, you can also intuitively drop vector tables via GUI