cURL
curl --request DELETE \ --url https://versuno.ai/api/public/assets/trash \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "assetIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "success": true, "count": 3 }
Permanently deletes assets from trash. If assetIds is omitted, permanently deletes all trashed assets. All provided assets must already be in trash — active assets return 409. This is irreversible.
assetIds
409
Versuno API key. Format: uk_live_...
uk_live_...
100
Assets permanently deleted.
true
Number of assets affected.
3
Was this page helpful?