mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Marketplace resource of an external API, specifically allowing users to delete a contributor from the Marketplace. It is useful in scenarios where you need to programmatically manage contributors, such as removing access or cleaning up contributor lists in an automated workflow.

For example, if you maintain a marketplace platform and want to automate the removal of contributors who no longer participate, this node can be integrated into your workflow to delete contributors by their unique identifier.

Properties

Name Meaning
Contributor Id The unique identifier of the contributor to be deleted

Output

The node outputs JSON data representing the response from the API after attempting to delete the specified contributor. This typically includes confirmation of deletion or error details if the operation failed.

No binary data output is expected from this operation.

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.
  • Proper configuration of the API credential within n8n is necessary for successful requests.

Troubleshooting

  • Common issues:

    • Invalid or missing Contributor Id will cause the API call to fail.
    • Authentication errors if the API key credential is not set or invalid.
    • Network connectivity issues preventing communication with the API endpoint.
  • Error messages:

    • "Contributor not found" indicates the provided Contributor Id does not exist.
    • "Unauthorized" or similar indicates problems with API authentication.
    • Timeout or network errors suggest connectivity problems.

To resolve these:

  • Verify the Contributor Id is correct and exists.
  • Ensure the API key credential is properly configured and valid.
  • Check network settings and API availability.

Links and References

Discussion