cURL
curl --request POST \ --url https://versuno.ai/api/public/projects/{projectId}/trash \ --header 'Authorization: Bearer <token>'
{ "success": true }
Soft-deletes the project and its entire subtree (all nested projects and their assets).
Versuno API key. Format: uk_live_...
uk_live_...
Project moved to trash.
true
Was this page helpful?