Skip to main content
DELETE
/
apps
/
{app_id}
/
views
/
{view_name}
Delete a materialized view DELETE /apps/:app_id/views/:view_name
curl --request DELETE \
  --url https://api.example.com/apps/{app_id}/views/{view_name}

Path Parameters

app_id
string
required

Application ID

view_name
string
required

View name

Response

View deleted successfully