cURL
curl --request POST \ --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 }
Moves assets to trash. If assetIds is omitted, trashes all non-trashed assets belonging to your account. assetIds is capped at 100 per request.
assetIds
Versuno API key. Format: uk_live_...
uk_live_...
100
Assets moved to trash.
true
Number of assets affected.
3
Was this page helpful?