cURL
curl --request DELETE \ --url https://api.example.com/api/v1/tables-delete-table
{ "result": {} }
Delete a table
curl -X DELETE "https://api.dune.com/api/v1/tables-delete-table" \ -H "X-DUNE-API-KEY: your_api_key"
Was this page helpful?