mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation deletes a specific project invite from a project management system via the mittwald mStudio API. It is useful when you want to revoke or remove access invitations that were previously sent out for collaboration on a project. For example, if an invited user should no longer have access or if an invitation was sent by mistake, this operation allows you to cleanly delete that invite.

Properties

Name Meaning
Project Invite Id The unique identifier of the project invite to be deleted.

Output

The output will typically contain JSON data confirming the deletion of the specified project invite. This may include status information or details about the deleted invite. The node does not output binary data.

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 in n8n is necessary for successful requests.

Troubleshooting

  • Invalid or missing Project Invite Id: Ensure the provided ID is correct and exists; otherwise, the API will return an error indicating the invite could not be found.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Network issues: Confirm that your environment can reach the mittwald API endpoint without firewall or proxy blocking.
  • API rate limits or server errors: If the API returns rate limit errors or 5xx responses, retry after some time or check the service status.

Links and References

Discussion