mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation deletes a specified Redis database from the system. It is useful in scenarios where you need to programmatically remove an existing Redis database, for example, when cleaning up unused or test databases, or automating infrastructure management tasks related to Redis instances.

Practical examples include:

  • Automatically deleting a Redis database after a project or environment is decommissioned.
  • Removing Redis databases that are no longer needed as part of a cleanup workflow.
  • Managing Redis resources dynamically based on application lifecycle events.

Properties

Name Meaning
Redis Database Id ID of the Redis database to delete.

Output

The output JSON will typically contain information about the result of the delete operation, such as success confirmation or details about the deleted database. The exact structure depends on the API response but generally confirms whether the deletion was successful.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • Depends on the mittwald mStudio API endpoint https://api.mittwald.de.
  • The node uses standard HTTP headers for JSON content type and accepts JSON responses.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Redis Database Id will likely cause the operation to fail.
    • Missing or incorrect API credentials will prevent successful authentication.
    • Network connectivity issues can cause request failures.
  • Error messages:

    • Authentication errors indicating invalid or missing API keys require checking and updating the stored credentials.
    • Not found errors suggest the provided Redis Database Id does not exist; verify the ID before retrying.
    • General API errors may indicate rate limits or server issues; retry after some time or check API status.

Links and References

Discussion