In both self-hosted Epsilla and Epsilla Cloud, you can use the following code to programmatically drop tables:
{% tabs %} {% tab title="Python" %}
status_code, response = db.drop_table(table_name="MyTable")
{% endtab %}
{% tab title="JavaScript" %}
await db.dropTable('MyTable');
{% endtab %} {% endtabs %}
On Epsilla Cloud, you can also intuitively drop vector tables via GUI