---
title: "removes an entire existing element from the notebook"
method: POST
path: "/api/notebook/removeElement"
---

# removes an entire existing element from the notebook

`POST /api/notebook/removeElement`

removes an entire existing element from the notebook

## Query parameters

- `notebookId` string, required

## Request body

- object
  - `elementId` string, required — the id of the element you want to remove

## Response `200`

Ok

---

[API](https://skmtc.dev/decipad/apis/create-and-modify-a-decipad-notebook.md) · [All operations](https://skmtc.dev/decipad/apis/create-and-modify-a-decipad-notebook/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decipad/create-and-modify-a-decipad-notebook/revisions/5f77d79b504f/schema)
