mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node allows deleting a user from the mittwald mStudio API. It is useful in scenarios where you need to programmatically remove user accounts, for example, when automating user lifecycle management or cleaning up inactive users.

A practical example would be an automation workflow that deletes a user after they have been deactivated for a certain period or upon receiving a specific trigger.

Properties

Name Meaning
Multi Factor Code Multi Factor Code to authorize your request.
Password The password of the user to authorize the deletion request.

Output

The output contains JSON data returned by the mittwald mStudio API after attempting to delete the user. This typically includes confirmation of the 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 mittwald mStudio API.
  • The node sends requests to https://api.mittwald.de with JSON content type.
  • Proper configuration of the API key credential in n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing multi-factor code or password will cause authorization failures.
    • Network connectivity problems can prevent reaching the mittwald API endpoint.
    • Insufficient permissions associated with the API key may block user deletion.
  • Error messages:

    • Authorization errors indicating invalid credentials or MFA code should prompt verifying the input values.
    • HTTP errors like 404 or 403 suggest the user does not exist or access is denied.
    • Timeout or network errors require checking internet connection and API availability.

Links and References

Discussion