curl --request POST \ --url https://api.dune.com/api/v1/uploads/my_user/interest_rates/clear \ --header 'X-DUNE-API-KEY: <x-dune-api-key>'
{ "message": "<string>" }
Removes all data from the specified uploaded table while preserving the table structure and schema.
Clear
API Key for the service
The namespace of the table to clear
The table name of the table to clear
Alternative to using the X-Dune-Api-Key header
OK
Was this page helpful?