Actions22
- boards Actions
- boards ACL Actions
- Stacks Actions
- Cards Actions
Overview
This node interacts with the Nextcloud Deck API to manage stacks within boards. Specifically, the 'Delete' operation under the 'Stacks' resource allows users to delete a stack from a specified board. This is useful for automating the cleanup or management of project boards by removing stacks that are no longer needed.
Use Case Examples
- Deleting a stack from a project board to remove outdated task groups.
- Automating board maintenance by deleting stacks based on certain conditions or triggers.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for API requests, either Access Token or OAuth2. |
| Board ID | The unique identifier of the board from which the stack will be deleted. |
| Stack ID | The unique identifier of the stack to be deleted. |
Output
JSON
success- Indicates whether the delete operation was successful.
Dependencies
- Nextcloud Deck API
Troubleshooting
- Ensure that the provided Board ID and Stack ID are correct and exist in the Nextcloud Deck instance.
- Authentication errors may occur if the access token or OAuth2 credentials are invalid or expired; verify and refresh credentials as needed.
- API errors may be returned if the stack is already deleted or if there are permission issues; check user permissions and stack status.
Links
- Nextcloud Deck API Documentation - Official API documentation for Nextcloud Deck, useful for understanding available endpoints and parameters.
