Tables
Delete Table
Delete a Dune table with the specified name and namespace.
DELETE
/
v1
/
table
/
{namespace}
/
{table_name}
- 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
The API key of your team or user.
Path Parameters
The namespace of the table to delete (e.g. my_user
).
The name of the table to delete (e.g. interest_rates
).
Response
200 - application/json
The confirmation message of the deleted table
Was this page helpful?