Tables
Clear Data
Clear data in a table.
POST
/
v1
/
table
/
{namespace}
/
{table_name}
/
clear
The Clear
endpoint removes all the data in the specified table, but does not delete the table.
Authorizations
x-dune-api-key
string
headerrequiredThe API key of your team or user.
Path Parameters
namespace
string
requiredThe the table to clear (e.g. my_user
).
table_name
string
requiredThe name of the table to clear (e.g. interest_rates
).
Response
200 - application/json
message
string
The confirmation message of the cleared table
Was this page helpful?