---
title: "Delete a screen"
method: DELETE
path: "/v1/config/screen/{id}"
tags: ["Screens"]
---

# Delete a screen

`DELETE /v1/config/screen/{id}`

Deletes a screen

## Path parameters

- `id` string, required

## Response `200`

The screen was deleted successfully.

- object
  - `deleted` boolean — Indicates whether the screen was deleted

## Other responses

- `404` — The specified screen was not found.

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
