Zum Hauptinhalt springen
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
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

storeId
string
erforderlich

Antwort

Uninstalled

success
boolean
Beispiel:

true