delete_table
Permanently delete a table and all its data from the Dune Analytics database. This irreversible action removes specified blockchain data tables to manage storage and clean datasets.
Instructions
Permanently delete a table and all its data.
WARNING: This operation is irreversible!
Args: namespace: Namespace of the table. table_name: Name of the table to delete.
Returns: Deletion confirmation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| table_name | Yes |