cURL
curl --request DELETE \ --url https://versuno.ai/api/public/projects/{projectId}/trash \ --header 'Authorization: Bearer <token>'
{ "success": true }
Hard-deletes the project and all its children. Only works if the project is already trashed. Irreversible.
Versuno API key. Format: uk_live_...
uk_live_...
Project and entire subtree permanently deleted.
true
Was this page helpful?