mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Marketplace resource to schedule the termination of an extension instance. It allows users to specify an extension instance by its ID and decide whether the termination should happen instantly or not. This is useful in scenarios where a user wants to manage subscription extensions or licenses programmatically, for example, to cancel an extension immediately without credit or to schedule it for later termination.

Practical examples:

  • Instantly terminate a software extension license when a customer cancels their subscription.
  • Schedule the termination of an extension instance at the end of a billing cycle.

Properties

Name Meaning
Extension Instance Id The unique identifier of the extension instance to be terminated.
Instant Termination Boolean flag indicating if the termination should happen immediately without credit.

Output

The node outputs JSON data representing the result of the termination scheduling request. This typically includes confirmation details such as status, timestamps, or any relevant metadata returned by the API about the termination action.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node sends requests to the base URL: https://api.mittwald.de.
  • The node expects JSON responses and sends JSON payloads.

Troubleshooting

  • Invalid Extension Instance Id: If the provided ID does not exist or is malformed, the API may return an error. Verify the ID before running the node.
  • Authentication Errors: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Instant Termination Flag Misuse: Setting instant termination to true will remove the extension immediately without credit; ensure this is the intended behavior to avoid unintended loss.
  • Network Issues: Connectivity problems with the API endpoint can cause failures; check network access and API availability.

Links and References

Discussion