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 tasks and other resources. Specifically, for the Task - Delete operation, it deletes a task identified by its Task ID from the Vikunja system. This is useful in workflows where you need to programmatically remove tasks that are no longer relevant or were created by mistake.
Practical examples include:
- Automatically cleaning up completed or obsolete tasks.
- Removing tasks based on certain conditions evaluated in an automation workflow.
- Integrating with external systems to synchronize task deletions.
Properties
Name | Meaning |
---|---|
Task ID | The unique numeric identifier of the task to delete. This property is required. |
Output
The node outputs JSON data representing the result of the delete operation. Typically, this will be a confirmation of deletion or an empty response indicating success. There is no binary output associated with this operation.
Dependencies
- Requires an API key credential for authenticating with the Vikunja API.
- Needs the base URL of the Vikunja instance configured in the credentials.
- The node uses HTTP requests to communicate with the Vikunja REST API.
Troubleshooting
Common issues:
- Invalid or missing Task ID: Ensure the Task ID provided exists and is correct.
- Authentication errors: Verify that the API key and base URL are correctly set in the node credentials.
- Network or connectivity problems: Check network access to the Vikunja server.
Error messages:
- "404 Not Found": The specified Task ID does not exist. Confirm the ID is valid.
- "401 Unauthorized" or "403 Forbidden": Authentication failed; check API credentials.
- Other HTTP errors: Review the error message details and ensure the API endpoint is reachable.