---
title: "Delete a view"
description: "Removes the view. No mention is affected."
canonical: https://docs.mentio.dev/api/views/delete-view
markdown: https://docs.mentio.dev/api/views/delete-view.mdx
---

# Delete a view

`DELETE /v1/views/{id}`

Removes the view. No mention is affected.

## Parameters

- `id` (path, required): View id (vw_...).

## Responses

- 204: Deleted
- 401: Missing or invalid API key
- 404: No such view in this workspace

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
