Skip to main content
DELETE
/
api
/
v1
/
notebooks
/
{notebook_id}
Delete Notebook Endpoint
curl --request DELETE \
  --url https://api.cognee.ai/api/v1/notebooks/{notebook_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

notebook_id
string<uuid>
required

Response

Successful Response