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
- Task Actions
- Team Actions
- Webhook Actions
Overview
This node integrates with the Vikunja API to manage project views within a specified project. Specifically, the "Delete a Project View" operation allows users to remove a particular view from a project in Vikunja. This is useful for cleaning up or reorganizing project views that are no longer needed.
Common scenarios include:
- Automating project maintenance by deleting obsolete or temporary views.
- Managing project views programmatically as part of a larger workflow.
- Integrating with other tools to keep project views synchronized or updated.
Example: Automatically delete a project view after a certain milestone is reached or when a project phase ends.
Properties
| Name | Meaning |
|---|---|
| Project Title or ID | The target project where the view exists. You can select the project from a searchable list or specify its ID directly. |
| Project View ID | The identifier of the specific project view you want to delete. Must be provided as an ID string. |
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 about the deleted project view. There is no binary output associated with this operation.
Dependencies
- Requires an API key credential for authenticating with the Vikunja API.
- The node expects the base URL of the Vikunja instance to be configured in the credentials.
- Network access to the Vikunja API endpoint is necessary.
Troubleshooting
- Invalid Project or View ID: If the provided project or view ID does not exist, the API will likely return an error. Verify IDs are correct and accessible.
- Authentication Errors: Ensure the API key credential is valid and has sufficient permissions to delete project views.
- Network Issues: Confirm that the Vikunja API URL is reachable from the n8n environment.
- Permission Denied: The user associated with the API key must have rights to modify the project and delete views.
Links and References
- Vikunja API Documentation (for detailed API endpoints and parameters)
- n8n Documentation on Resource Locators (explains how resource locators work in n8n nodes)