---
title: "Delete a notebook"
method: DELETE
path: "/api/v1/notebooks/{notebook_id}"
tags: ["Notebooks"]
---

# Delete a notebook

`DELETE /api/v1/notebooks/{notebook_id}`

Delete a notebook using the specified ID.

## Path parameters

- `notebook_id` integer, required

## Response `204`

OK

## Other responses

- `400` — Bad Request
- `403` — Authentication Error
- `404` — Not Found
- `429` — Too many requests

---

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