Actions57
- Label Actions
- Project Actions
- Add a Team
- Add a User
- Create
- Create a Kanban Bucket
- Create a Link Share
- Create a Project View
- Delete
- Delete a Kanban Bucket
- Delete a Link Share
- Delete a Project View
- Duplicate
- Get
- Get All Link Shares
- Get All Project Views
- Get All Teams
- Get All Users
- Remove a Team From a Project
- Remove a User From a Project
- Update
- Update a Kanban Bucket
- Update a Project View
- Update a Team's Rights on a Project
- Update a User's Rights on a Project
- Team Actions
- Task Actions
- Webhook Actions
Overview
This node integrates with the Vikunja API to manage teams within the Vikunja task management system. Specifically, the "Delete" operation under the "Team" resource allows users to remove a team by specifying its name or ID. This is useful for automating team management workflows, such as cleaning up obsolete teams or managing organizational changes programmatically.
Practical examples include:
- Automatically deleting a team when a project is completed or archived.
- Removing test or temporary teams created during development or onboarding processes.
Properties
| Name | Meaning |
|---|---|
| Team Name or ID | The identifier of the team to delete. You can select a team from a searchable list or specify its ID directly. |
The property supports two modes:
- From List: Select a team interactively from a searchable dropdown.
- ID: Provide the exact team ID as a string.
Output
The node outputs JSON data representing the result of the delete operation. Typically, this will be a confirmation of successful deletion or an error message if the operation failed. There is no binary output associated with this operation.
Dependencies
- Requires an API key credential for authenticating with the Vikunja API.
- The base URL for the Vikunja API must be configured in the node credentials.
- Network access to the Vikunja server is necessary.
Troubleshooting
Common Issues:
- Providing an invalid or non-existent team ID will cause the deletion to fail.
- Insufficient permissions or incorrect API credentials may result in authorization errors.
- Network connectivity issues can prevent communication with the Vikunja API.
Error Messages:
- "Team not found": Verify that the team ID or name is correct and exists.
- "Unauthorized" or "Authentication failed": Check that the API key credential is valid and has appropriate permissions.
- Timeout or network errors: Ensure the Vikunja server URL is reachable and correct.