Skip to main content
POST
/
projects
/
{projectId}
/
trash
Move project to trash
curl --request POST \
  --url https://versuno.ai/api/public/projects/{projectId}/trash \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
default:uk_live_your_api_key_here
required

Versuno API key. Format: uk_live_...

Path Parameters

projectId
string<uuid>
required

Response

Project moved to trash.

success
boolean
Example:

true