curl --request POST \
--url https://api.example.com/api/assets/empty-trash{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Hard-deletes every trashed asset in the caller’s library in one shot — storage and CDN are cleaned up via the same outbox path as the scheduled purge task. Irreversible. Deliberately not exposed as an MCP tool.
curl --request POST \
--url https://api.example.com/api/assets/empty-trash{
"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 whose trashed assets to permanently delete. Optional if the user has a single library; required when they have multiple.
Successful Response