Skip to main content
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.
curl --request DELETE \
  --url https://api.dune.com/api/v1/table/my_user/interest_rates \
  --header 'X-DUNE-API-KEY: <x-dune-api-key>'