mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API, specifically allowing users to delete an API token associated with a user. It is useful in scenarios where you need to revoke access by removing an existing API token, for example, when a token is compromised or no longer needed.

A practical example would be automating the cleanup of API tokens for users who have left an organization or whose permissions have changed, ensuring that old tokens cannot be used maliciously.

Properties

Name Meaning
Api Token Id The UUID of the API token to be deleted

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation of successful deletion or details about any error encountered. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node sends requests to the base URL: https://api.mittwald.de.
  • The node expects JSON responses and sends JSON-formatted requests.

Troubleshooting

  • Invalid or missing API token ID: Ensure the "Api Token Id" property is correctly set to a valid UUID string.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network issues or API downtime: Check connectivity to https://api.mittwald.de and confirm the API service status.
  • Permission denied errors: Confirm that the authenticated user has rights to delete API tokens.

Links and References

Discussion