Drop a hypertable

Drop a hypertable using a standard PostgreSQL DROP TABLE command. This works for both regular and distributed hypertables:

  1. DROP TABLE <TABLE_NAME>;

TimescaleDB deletes all data chunks belonging to the hypertable.