Skip to main content
DELETE
/
assets
/
trash
Bulk permanent delete
curl --request DELETE \
  --url https://versuno.ai/api/public/assets/trash \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "assetIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "success": true,
  "count": 3
}

Documentation Index

Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:Bearer uk_live_your_api_key_here
required

Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...

Body

application/json
assetIds
string<uuid>[]
Maximum array length: 100

Response

Assets permanently deleted.

success
boolean
Example:

true

count
integer

Number of assets affected.

Example:

3