mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows users to delete a specific project backup schedule within the Backup resource. It is useful in scenarios where scheduled backups for a project are no longer needed or must be removed to free up resources or update backup strategies. For example, if a project’s backup schedule was created but later deemed unnecessary, this operation can remove that schedule from the system.

Properties

Name Meaning
Project Backup Schedule Id The unique identifier of the project backup schedule to delete. This is required to specify which backup schedule should be removed.

Output

The output of this operation typically contains JSON data confirming the deletion of the specified project backup schedule. It may include status information or confirmation messages indicating success or failure. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node communicates with the mittwald API endpoint at https://api.mittwald.de.
  • Proper configuration of the API credentials in n8n is necessary for successful requests.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Project Backup Schedule Id will likely result in an error response from the API.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems can prevent communication with the mittwald API.
  • Error messages and resolutions:

    • "Unauthorized" or similar authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
    • "Not Found" or "Project Backup Schedule does not exist": Check that the provided Project Backup Schedule Id is correct and exists.
    • Timeouts or network errors: Ensure stable internet connection and that the API endpoint is reachable.

Links and References

  • mittwald mStudio API documentation (refer to official mittwald developer resources for detailed API usage)
  • n8n documentation on setting up API credentials and using HTTP request nodes

Discussion