API ReferenceGuidesChangelog
Analytics

Delete Refreshable Materialized View

Delete a refreshable materialized view in a project.

DELETE
/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}

Authorization

api-key<token>

In: header

Path Parameters

owner*string

username or organization name

slug*string

project slug

name*string

Query Parameters

projectId?string

use project id if project_owner and project_slug are not provided

Response Body

application/json

curl -X DELETE "https://example.com/v1/analytics/string/string/sql/refreshable_materialized_view/string"
{}