Skip to main content
DELETE
/
projects
/
{id}
/
prompt-attributes
Archive a custom prompt-attribute by value
curl --request DELETE \
  --url https://openlens.com/api/projects/{id}/prompt-attributes \
  --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

Query Parameters

value
string
required

Response

Successful response

success
boolean
required