---
title: "Delete a View"
method: DELETE
path: "/v3/views/{view_id}"
tags: ["Views"]
---

# Delete a View

`DELETE /v3/views/{view_id}`

**Delete a view and every one of its versions.**

Permanent. Any cached data-table or aggregation result clients have
fetched remains valid, but subsequent calls to
`POST /v3/views/table-data` or `POST /v3/views/aggregation-data` for
this view will fail.

## Path parameters

- `view_id` string, required

## Response `204`

There is no content to send for this request, but the headers may be useful.

---

[API](https://skmtc.dev/bem-team/apis/bem-api.md) · [All operations](https://skmtc.dev/bem-team/apis/bem-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bem-team/bem-api/revisions/a6e4624117c6/schema)
