mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to delete a specific DNS zone associated with a domain. It is useful in scenarios where you need to programmatically manage DNS zones, such as cleaning up obsolete zones or automating DNS management workflows. For example, if you have a domain whose DNS zone is no longer needed, this node can be used to remove it via an API call without manual intervention.

Properties

Name Meaning
Dns Zone Id The ID of the DNS zone to be deleted. This is a required string input specifying which DNS zone should be removed.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after attempting to delete the specified DNS zone. Typically, this will include confirmation of deletion or error details if the operation failed. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node makes HTTP requests to https://api.mittwald.de.
  • Proper configuration of the API credential within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:
    • Invalid or missing DNS Zone ID: Ensure the provided DNS Zone ID exists and is correctly entered.
    • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
    • Network or connectivity problems: Confirm that n8n can reach the mittwald API endpoint.
  • Error messages:
    • Unauthorized or 401 errors indicate issues with API credentials.
    • 404 errors may mean the DNS Zone ID does not exist.
    • Other HTTP errors should be checked against mittwald API documentation for resolution steps.

Links and References

Discussion