curl --request DELETE \ --url https://api.dune.com/api/v1/uploads/my_user/interest_rates \ --header 'X-DUNE-API-KEY: <x-dune-api-key>'
{ "message": "<string>" }
Permanently deletes the specified uploaded table and all its data.
user settings (dune.com) -> data -> delete
API Key for the service
The namespace of the table to delete
The table name of the table to delete
Alternative to using the X-Dune-Api-Key header
OK
Was this page helpful?