Skip to main content
DELETE
/
app
/
{appId}
Delete an app
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/app/{appId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

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

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

appId
string
required

Response

Deleted

success
boolean
Example:

true