mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation deletes an SSL certificate request associated with a domain. It is useful in scenarios where a previously created SSL certificate request is no longer needed or was created by mistake, allowing users to clean up or revoke pending certificate requests.

For example, if you requested an SSL certificate for a domain but then decided to cancel that request before it was issued, this operation would remove the certificate request from the system.

Properties

Name Meaning
Certificate Request Id The unique identifier of the SSL certificate request to delete

Output

The output JSON will typically contain the response from the API confirming the deletion of the SSL certificate request. This may include status information or confirmation messages indicating 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.
  • The node communicates with the mittwald mStudio API endpoint at https://api.mittwald.de.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Invalid or missing Certificate Request Id: Ensure that the "Certificate Request Id" property is provided and correctly references an existing certificate request.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to delete certificate requests.
  • API connectivity issues: Check network connectivity and confirm that the API endpoint https://api.mittwald.de is reachable.
  • Permission denied or insufficient rights: The API user might lack the required permissions to delete certificate requests; verify user roles and permissions in the mittwald mStudio platform.

Links and References

Discussion