mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation deletes an existing SFTP user from the SSH SFTP User resource. It is useful in scenarios where you need to programmatically remove access for a specific SFTP user, such as when revoking credentials for a former employee or cleaning up unused accounts to maintain security.

Practical examples include:

  • Automating user lifecycle management by deleting SFTP users when they no longer require access.
  • Integrating with HR systems to automatically revoke SFTP access upon employee offboarding.
  • Managing SFTP user accounts in bulk through workflows that clean up inactive or expired users.

Properties

Name Meaning
Sftp User Id The unique identifier of the SFTP user to be deleted. This is a required string input.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will confirm whether the deletion was successful or provide details if it failed. There is no indication that binary data is output by this node.

Dependencies

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

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent SFTP User Id will likely cause the API to return an error indicating the user could not be found.
    • Missing or incorrect API authentication credentials will result in authorization errors.
    • Network connectivity problems can prevent communication with the mittwald API.
  • Error messages and resolutions:

    • "Unauthorized" or similar: Check that the API key credential is correctly configured and has sufficient permissions.
    • "User not found": Verify that the provided Sftp User Id is correct and exists.
    • Timeouts or network errors: Ensure stable internet connection and that the API endpoint is reachable.

Links and References

Discussion