content/shared/influxctl/table/delete.md
The influxctl table delete command deletes a specified table from a database.
influxctl table delete [flags] <DATABASE_NAME> <TABLE_NAME>
| Argument | Description |
|---|---|
| DATABASE_NAME | Name of the database |
| TABLE_NAME | Name of table to delete |
| Flag | Description | |
|---|---|---|
-h | --help | Output command help |
{{% caption %}}
Also see influxctl global flags.
{{% /caption %}}
{{% code-placeholders "(DATABASE|TABLE)_NAME" %}}
influxctl table delete DATABASE_NAME TABLE_NAME
{{% /code-placeholders %}}
Replace the following:
DATABASE_NAME{{% /code-placeholder-key %}}:
the name of the database to delete the table fromTABLE_NAME{{% /code-placeholder-key %}}:
the name of the table to delete