TypeScript SDK
Views
Delete a view
Delete a view from a database.
DELETE
TypeScript SDK
Deletes the specified view. The last remaining view on a database cannot be deleted — delete the database instead. For dashboard views, deleting the dashboard also archives all of its widget views.Documentation Index
Fetch the complete documentation index at: https://developers.notion.com/llms.txt
Use this file to discover all available pages before exploring further.
Connection capabilitiesThis endpoint requires a connection to have update content capabilities. For more information on connection capabilities, see the capabilities guide.
Errors
Returns a 404 HTTP response if the view doesn’t exist, or if the connection doesn’t have access. Returns a 400 HTTP response if the view is the last view on the database. Returns a 400 or 429 HTTP response if the request exceeds the request limits.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The API version to use for this request. The latest version is 2026-03-11.
Available options:
2026-03-11 Path Parameters
The ID of the view to delete.