DELETE
/
v1
/
table
/
{namespace}
/
{table_name}
curl --request DELETE \
  --url https://api.dune.com/api/v1/table/my_user/interest_rates \
  --header 'X-DUNE-API-KEY: <x-dune-api-key>'
{
  "message": "Table my_user.interest_rates successfully deleted"
}
  • 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
headerrequired

The API key of your team or user.

Path Parameters

namespace
string
required

The namespace of the table to delete (e.g. my_user).

table_name
string
required

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

Response

200 - application/json
message
string

The confirmation message of the deleted table