cURL
curl --request DELETE \ --url https://api.dune.com/api/v1/materialized-views/{name} \ --header 'X-Dune-Api-Key: <x-dune-api-key>'
{ "message": "<string>" }
This deletes a materialized view given a full name
dune.<your_team>.<name>
API Key for the service
Matview Name
API Key, alternative to using the HTTP header X-Dune-Api-Key
OK
The response is of type object.
object
Was this page helpful?