Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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>'