mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to delete a domain from the user's account. It is useful in scenarios where you need to programmatically remove domains, for example, when cleaning up unused or expired domains or automating domain lifecycle management.

A practical example would be an automation workflow that deletes a domain after a project is completed or a subscription ends, ensuring no unnecessary domains remain active.

Properties

Name Meaning
Domain Id The unique identifier of the domain to be deleted. This is required to specify which domain to remove.
Transit A boolean option applicable only for .de domains. When true, it enables transit mode during deletion (specific to .de domains).

Output

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

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for all requests.
  • Proper configuration of the API authentication token in n8n credentials is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Domain Id will cause the API call to fail.
    • Attempting to delete a domain without proper permissions or with an invalid API key will result in authorization errors.
    • Using the Transit option on non-.de domains may have no effect or cause unexpected behavior.
  • Error messages:

    • "Domain not found" indicates the provided Domain Id does not exist.
    • "Unauthorized" or "Authentication failed" suggests issues with the API key credential.
    • Network or timeout errors indicate connectivity problems with the mittwald API endpoint.

To resolve these, verify the Domain Id, ensure the API key is valid and has sufficient permissions, and check network connectivity.

Links and References

Discussion