mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to uninstall an app installation. It is designed to remove a previously installed app from the mittwald platform by specifying the unique identifier of that app installation.

Common scenarios for this node include:

  • Automating cleanup processes where apps need to be uninstalled as part of a workflow.
  • Managing app lifecycle in mittwald mStudio by programmatically removing apps no longer needed.
  • Integrating with other systems to trigger app uninstallations based on external events.

For example, after a user cancels a subscription or deactivates a service, this node can be used to automatically uninstall the associated app installation.

Properties

Name Meaning
App Installation Id The unique identifier of the app installation to uninstall. This is required to specify which app installation should be removed.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after attempting to uninstall the app installation. This typically includes confirmation of successful uninstallation or error details if the operation failed.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for API requests.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Missing or invalid App Installation Id: Ensure the "App Installation Id" property is provided and correctly references an existing app installation.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to uninstall apps.
  • API connectivity issues: Check network access to https://api.mittwald.de and confirm there are no firewall or proxy restrictions.
  • Unexpected API responses: Review the JSON output for error messages returned by the mittwald API to diagnose issues such as non-existent app installations or permission problems.

Links and References

Discussion