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

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

appId
string
erforderlich

Antwort

Deleted

success
boolean
Beispiel:

true