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