Skip to main content
DELETE
/
projects
/
{id}
Archive a project (soft delete)
curl --request DELETE \
  --url https://openlens.com/api/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

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

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Path Parameters

id
string<uuid>
required

Response

Successful response

success
boolean
required