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

# Delete a view

`DELETE /v1/views/{view_id}`

## Path parameters

- `view_id` string, required

## Headers

- `Notion-Version` '2026-03-11', required

## Response `200`

- PartialDataSourceViewObjectResponse
  - `object` 'view', required — The object type name.
  - `id` string, uuid, required
  - `parent` DatabaseParentResponse, required
    - `type` 'database_id', required — The parent type.
    - `database_id` string, uuid, required
  - `type` 'table' | 'board' | 'list' | 'calendar' | 'timeline' | 'gallery' | 'form' | 'chart' | 'map' | 'dashboard', required — The view type.

## Other responses

- `400`
- `401`
- `403`
- `404`
- `406`
- `409`
- `429`
- `500`
- `503`
- `504`
- `529`

---

[API](https://skmtc.net/notion/apis/notion-api.md) · [All operations](https://skmtc.net/notion/apis/notion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notion/notion-api/versions/551da43bb186/schema)
