Skip to main content
DELETE
/
projects
/
{projectId}
/
trash
Permanently delete a trashed project
curl --request DELETE \
  --url https://versuno.ai/api/public/projects/{projectId}/trash \
  --header 'Authorization: <api-key>'
{
  "success": true
}

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_...

Path Parameters

projectId
string<uuid>
required

Response

Project and entire subtree permanently deleted.

success
boolean
Example:

true