curl --request DELETE \
--url https://api.example.com/api/libraries/{library_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Deletes the library and all its contents — assets (including their stored files), albums, people, and faces. This is irreversible and should be used only when the user explicitly confirms they want to destroy an entire library.
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.
Library ID (with lib_ prefix) of the library to delete.
Successful Response