curl --request DELETE \
--url https://api.example.com/api/albums/{album_id}/assets \
--header 'Content-Type: application/json' \
--data '
{
"asset_ids": [
"<string>"
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Detaches one or more assets from the given album. The assets remain in the library and in any other albums they belong to. Use trash_assets (or permanently_delete_assets for irreversible removal) to delete the asset entirely. To empty an album completely, call list_album_assets to get the links and then remove them, or delete the album itself with delete_album.
curl --request DELETE \
--url https://api.example.com/api/albums/{album_id}/assets \
--header 'Content-Type: application/json' \
--data '
{
"asset_ids": [
"<string>"
]
}
'{
"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.