mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Marketplace resource of an external API to delete a specific extension instance. It is useful in scenarios where you need to programmatically remove an extension instance from your marketplace setup, such as cleaning up unused extensions or automating extension lifecycle management.

For example, if you have a workflow that manages extensions dynamically based on certain conditions, this node can be used to delete an extension instance by its unique identifier.

Properties

Name Meaning
Extension Instance Id The unique identifier of the extension instance to delete

Output

The node outputs JSON data representing the result of the deletion operation. Typically, this will include confirmation of the deletion or any relevant status information returned by the API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the external mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON content-type headers.
  • The node depends on an OpenAPI specification (openapi.json) bundled within the node for request building.

Troubleshooting

  • Invalid or missing Extension Instance Id: Ensure the provided ID is correct and exists; otherwise, the API may return an error indicating the instance was not found.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network issues: Check connectivity to https://api.mittwald.de.
  • API errors: If the API returns an error response, review the message for details (e.g., insufficient permissions, invalid request format).

Links and References

Discussion