clear_table
Remove all data from a table while preserving its schema in Dune Analytics. Specify namespace and table name to clear blockchain data tables.
Instructions
Remove all data from a table while preserving its schema.
Args: namespace: Namespace of the table. table_name: Name of the table to clear.
Returns: Clear confirmation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| table_name | Yes |