mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation, Extension Remove Asset under the Marketplace resource, is designed to remove a specific asset from an extension in a marketplace environment. It is useful when you need to manage and maintain extensions by deleting outdated or unwanted assets associated with a particular extension contributed by a contributor.

Practical scenarios include:

  • Cleaning up assets that are no longer needed for an extension.
  • Managing extension content dynamically by removing deprecated files or resources.
  • Automating maintenance tasks related to marketplace extensions.

Properties

Name Meaning
Contributor Id The unique identifier of the contributor who owns the extension.
Extension Id The unique identifier of the extension from which the asset will be removed.
Asset Ref Id The unique reference identifier of the asset to be removed from the specified extension.

Output

The node outputs JSON data representing the result of the asset removal operation. This typically includes confirmation of successful deletion or details about the removed asset. There is no indication of binary data output for this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • Connects to the mittwald API endpoint at https://api.mittwald.de.
  • Uses standard HTTP headers for JSON communication (Accept: application/json, Content-Type: application/json).

Troubleshooting

  • Common issues:

    • Invalid or missing contributor, extension, or asset IDs may cause the operation to fail.
    • Authentication errors if the API key credential is not set or invalid.
    • Network connectivity problems preventing access to the mittwald API.
  • Error messages and resolutions:

    • Unauthorized or 401 errors: Verify that the API key credential is correctly configured and has necessary permissions.
    • Not Found or 404 errors: Check that the contributor ID, extension ID, and asset reference ID are correct and exist.
    • Timeouts or network errors: Ensure stable internet connection and that the mittwald API service is reachable.

Links and References

Discussion