curl --request DELETE \
--url https://api.example.com/api/albums/{album_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Deletes the album itself. Assets that were in the album remain in the library — only the album and its asset-links are removed. Use trash_assets (or permanently_delete_assets for irreversible removal) to delete the underlying assets, or remove_assets_from_album to detach specific assets from an album you want to keep.
curl --request DELETE \
--url https://api.example.com/api/albums/{album_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.
Album ID (with album_ prefix) of the album to delete.
Successful Response