---
title: "Delete a view for a table"
method: DELETE
path: "/v1/table/views/{view_id}"
tags: ["Table View"]
---

# Delete a view for a table

`DELETE /v1/table/views/{view_id}`

Delete a specific view of a table.

## Path parameters

- `view_id` string, uuid, required

## Response `200`

Successfully deleted the table view.

- object
  - `metadata` object
  - `data` string

## Other responses

- `400` — Cannot delete the default view.
- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Table view not found.

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
