mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node allows users to delete an extension from a marketplace by specifying the contributor and extension identifiers. It is useful in scenarios where an extension has reached the end of its lifecycle or needs to be removed for maintenance, compliance, or replacement reasons. For example, a developer or administrator can use this node to programmatically remove deprecated or obsolete extensions from their marketplace environment.

Properties

Name Meaning
Contributor Id The unique identifier of the contributor who owns the extension to be deleted.
Extension Id The unique identifier of the extension that should be deleted from the marketplace.
Reason A textual explanation for why the extension is being deleted. Defaults to: "The deprecation phase of the extension has ended. The successor will now be the only usable version of this extension."

Output

The node outputs JSON data representing the response from the marketplace API after attempting to delete the specified extension. This typically includes confirmation of deletion or error details if the operation failed. There is no binary data output.

Dependencies

  • Requires an API key credential for authenticating with the marketplace's API.
  • The node communicates with the marketplace API endpoint at https://api.mittwald.de.
  • Proper configuration of the API authentication credentials within n8n is necessary.

Troubleshooting

  • Common Issues:

    • Invalid or missing contributor or extension IDs will cause the deletion request to fail.
    • Insufficient permissions or invalid API credentials may result in authorization errors.
    • Network connectivity issues can prevent communication with the marketplace API.
  • Error Messages:

    • Authorization errors typically indicate problems with the API key or user permissions; verify credentials and access rights.
    • Not found errors suggest the contributor or extension ID does not exist; double-check the provided IDs.
    • Validation errors may occur if required properties are missing or malformed; ensure all required fields are correctly filled.

Links and References

Discussion