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
headerrequired

The API key of your team or user.

Path Parameters

namespace
string
required

The the table to clear (e.g. my_user).

table_name
string
required

The name of the table to clear (e.g. interest_rates).

Response

200 - application/json
message
string

The confirmation message of the cleared table