mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows you to delete an SSH key associated with a user in the mittwald mStudio API. It is useful for managing user access by removing outdated or compromised SSH keys, thereby enhancing security. For example, if a team member leaves or changes their access credentials, you can use this operation to revoke their SSH key access efficiently.

Properties

Name Meaning
Ssh Key Id The unique identifier of the SSH key to be deleted

Output

The output will contain JSON data reflecting the result of the deletion request. Typically, this includes confirmation that the SSH key was successfully deleted or an error message if the operation failed. There is no indication that binary data is returned.

Dependencies

  • Requires an API authentication token credential to connect to the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON content-type headers.
  • No additional external dependencies are indicated.

Troubleshooting

  • Common issues:
    • Providing an invalid or non-existent SSH Key Id will likely result in an error response from the API.
    • Missing or incorrect API authentication credentials will prevent successful requests.
  • Error messages:
    • Errors related to authorization typically mean the API token is missing or invalid.
    • Not found errors indicate the specified SSH Key Id does not exist.
  • Resolution:
    • Verify the SSH Key Id is correct and exists.
    • Ensure the API authentication token is properly configured and has sufficient permissions.

Links and References

Discussion