Skip to main content
DEPRECATED: This endpoint has been deprecated and will be removed on March 1, 2026. Please use the new endpoint: DELETE /v1/uploads/:namespace/:table_nameSee the Migration Guide for details on migrating to the new endpoints.
  • 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>'