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

# removes an existing element from the notebook

`POST /api/notebook/createNotebook`

removes an existing element from the notebook

## Request body

- object
  - `title` string, required

## Response `200`

Ok

- unknown

## Changes

- **2023-11-27** `c2d57e621a13` — 3 breaking, 2 warning, 1 info
  - the request property `title` became required
  - the `title` request property type changed from no type to `string`
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `createdNotebookId` from the response with the `200` status
  - …2 more
- **2023-11-20** `ee7eb73634d2` — 1 warning, 1 info
  - deleted the `query` request parameter `title`
  - added optional request body
- **2023-10-27** `f8c8d4256dda` — 3 breaking, 3 info
  - added the new required `query` request parameter `title`
  - removed the request body
  - the response's body type changed from no type to `object` for status `200`
  - api operation id `createNotebook` was added
  - …2 more

[Change history](https://skmtc.dev/decipad/apis/create-and-modify-a-decipad-notebook/changes/api/notebook/createNotebook/post.md)

---

[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)
