Tables (upload data)
Delete Table (beta)
DELETE
/
v1
/
table
/
{namespace}
/
{table_name}
This endpoint is currently in beta, and may change without warning.
To be able to delete a table, it must have been created with the /create endpoint.
- You must be an admin to delete the table.
- You can also delete a table through
user settings (dune.com) -> data -> delete
. - Deleting a table does not incur credits.
Authorizations
x-dune-api-key
string
headerrequiredThe API key of your team or user.
Path Parameters
namespace
string
requiredThe namespace of the table to delete (e.g. my_user
).
table_name
string
requiredThe name of the table to delete (e.g. interest_rates
).
Response
200 - application/json
message
string
The confirmation message of the deleted table
Was this page helpful?