Skip to main content
POST
/
app
/
store
/
{storeId}
/
uninstall
Uninstall a previously store-installed app
curl --request POST \
  --url https://demo.enneo.ai/api/mind/app/store/{storeId}/uninstall \
  --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

storeId
string
required

Response

Uninstalled

success
boolean
Example:

true