mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation deletes a specific project membership from a project management system via the mittwald mStudio API. It is useful when you need to revoke or remove access rights of a user or team member associated with a project. For example, if a team member leaves a project or organization, this operation can be used to cleanly remove their membership and associated permissions.

Properties

Name Meaning
Project Membership Id The unique identifier of the project membership to be deleted.

Output

The output will typically contain JSON data confirming the deletion of the specified project membership. This may include status information or an empty response indicating success. No binary data output is expected for this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON content-type headers.
  • Proper configuration of the API credentials in n8n is necessary for successful requests.

Troubleshooting

  • Invalid or missing Project Membership Id: Ensure that the provided ID is correct and exists; otherwise, the API will return an error indicating the resource was not found.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to delete project memberships.
  • Network or API errors: Check connectivity to the mittwald API endpoint and ensure the service is operational.
  • Permission denied: The authenticated user might lack rights to delete memberships; confirm user roles and permissions in the mittwald system.

Links and References

Discussion