Skip to main content
DELETE
/
api
/
libraries
/
{library_id}
Delete a library and all its contents — destructive, irreversible
curl --request DELETE \
  --url https://api.example.com/api/libraries/{library_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.gumnut.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

library_id
string
required

Library ID (with lib_ prefix) of the library to delete.

Response

Successful Response